#2F994C

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

Shades of Sea Green #2F994C

Tints of Sea Green #2F994C

Color information

#2F994C (or 0x2F994C) is unknown color: approx Sea Green. HEX triplet: 2F, 99 and 4C. RGB value is (47,153,76). Sum of RGB (Red+Green+Blue) = 47+153+76=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #2F994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F994C is #D066B3. Grayscale: #707070. Windows color (decimal): -13657780 or 5019951. OLE color: 5019951.

HSL color Cylindrical-coordinate representation of color #2F994C: hue angle of 136.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F994C is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB4715376-
CMYK0.6900.500.4
HSL136.42º53%39.22%-
HSV(B)136.42º69.28%60%-
XYZ13.8723.9110.72-
YUV112.53107.3881.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.03%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=17.03%
G=55.43%
B=27.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47153760.6900.500.4136.425339.22
Hex2F994C4503228883527
Octal57231114105062502106547
Binary1011111001100110011001000101011001010100010001000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,153,76); }

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

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

 a { background-color: rgb(47,153,76); }

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

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

 span { border-color: rgb(47,153,76); }

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