#2F8C56

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

Shades of Sea Green #2F8C56

Tints of Sea Green #2F8C56

Color information

#2F8C56 (or 0x2F8C56) is unknown color: approx Sea Green. HEX triplet: 2F, 8C and 56. RGB value is (47,140,86). Sum of RGB (Red+Green+Blue) = 47+140+86=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C56 is #D073A9. Grayscale: #6A6A6A. Windows color (decimal): -13661098 or 5671983. OLE color: 5671983.

HSL color Cylindrical-coordinate representation of color #2F8C56: hue angle of 145.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C56 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB4714086-
CMYK0.6600.390.45
HSL145.16º49.73%36.67%-
HSV(B)145.16º66.43%54.9%-
XYZ12.2320.0312.03-
YUV106.04116.6985.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=17.22%
G=51.28%
B=31.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47140860.6600.390.45145.1649.7336.67
Hex2F8C56420272D913225
Octal57214126102047552216245
Binary1011111000110010101101000010010011110110110010001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,140,86); }

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

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

 a { background-color: rgb(47,140,86); }

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

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

 span { border-color: rgb(47,140,86); }

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