#2f8c61

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

Shades of Sea Green #2F8C61

Tints of Sea Green #2F8C61

Color information

#2F8C61 (or 0x2F8C61) is unknown color: approx Sea Green. HEX triplet: 2F, 8C and 61. RGB value is (47,140,97). Sum of RGB (Red+Green+Blue) = 47+140+97=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C61 is #D0739E. Grayscale: #6B6B6B. Windows color (decimal): -13661087 or 6392879. OLE color: 6392879.

HSL color Cylindrical-coordinate representation of color #2F8C61: hue angle of 152.26º 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 #2F8C61 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4714097-
CMYK0.6600.310.45
HSL152.26º49.73%36.67%-
HSV(B)152.26º66.43%54.9%-
XYZ12.7120.2214.54-
YUV107.29122.1985-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 140 (55.08% from 255) = 49.30%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=16.55%
G=49.30%
B=34.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47140970.6600.310.45152.2649.7336.67
Hex2F8C614201F2D983225
Octal57214141102037552306245
Binary101111100011001100001100001001111110110110011000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8c61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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