#2FB29F

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

Shades of Light Sea Green #2FB29F

Tints of Light Sea Green #2FB29F

Color information

#2FB29F (or 0x2FB29F) is unknown color: approx Light Sea Green. HEX triplet: 2F, B2 and 9F. RGB value is (47,178,159). Sum of RGB (Red+Green+Blue) = 47+178+159=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB29F is #D04D60. Grayscale: #888888. Windows color (decimal): -13651297 or 10465839. OLE color: 10465839.

HSL color Cylindrical-coordinate representation of color #2FB29F: hue angle of 171.3º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB29F is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB47178159-
CMYK0.7400.110.30
HSL171.3º58.22%44.12%-
HSV(B)171.3º73.6%69.8%-
XYZ23.3534.9538.32-
YUV136.66140.664.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.24%
GREEN value IS 178 (69.92% from 255) = 46.35%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=12.24%
G=46.35%
B=41.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471781590.7400.110.30171.358.2244.12
Hex2FB29F4A0B1Eab3a2c
Octal57262237112013362537254
Binary10111110110010100111111001010010111111010101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,178,159); }

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

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

 a { background-color: rgb(47,178,159); }

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

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

 span { border-color: rgb(47,178,159); }

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