#2FB169

Color #2FB169 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2FB169

Tints of Medium Sea Green #2FB169

Color information

#2FB169 (or 0x2FB169) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B1 and 69. RGB value is (47,177,105). Sum of RGB (Red+Green+Blue) = 47+177+105=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB169 is #D04E96. Grayscale: #828282. Windows color (decimal): -13651607 or 6926639. OLE color: 6926639.

HSL color Cylindrical-coordinate representation of color #2FB169: hue angle of 146.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB169 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB47177105-
CMYK0.7300.410.31
HSL146.77º58.04%43.92%-
HSV(B)146.77º73.45%69.41%-
XYZ19.4433.0718.72-
YUV129.92113.9368.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 177 (69.53% from 255) = 53.80%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=14.29%
G=53.80%
B=31.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771050.7300.410.31146.7758.0443.92
Hex2FB169490291F933a2c
Octal57261151111051372237254
Binary101111101100011101001100100101010011111110010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FB169; }

 p { color: rgb(47,177,105); }

 H1.HeaderClassName
 {
   color: #2FB169;
 }
 .AnyTagClassName
 {
   color: #2FB169;
 }
</style>
background-color css

<style>
 a { background-color: #2FB169; }

 a { background-color: rgb(47,177,105); }

 div.DivClassName
 {
   background-color: #2FB169;
 }
 .BgClassName
 {
   background-color: #2FB169;
 }
</style>
border-color css

<style>
 span { border-color: #2FB169; }

 span { border-color: rgb(47,177,105); }

 td.TdClassName
 {
   border-color: #2FB169;
 }
 .TagClassName
 {
   border-color: #2FB169;
 }
</style>