#2F8B61

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

Shades of Sea Green #2F8B61

Tints of Sea Green #2F8B61

Color information

#2F8B61 (or 0x2F8B61) is unknown color: approx Sea Green. HEX triplet: 2F, 8B and 61. RGB value is (47,139,97). Sum of RGB (Red+Green+Blue) = 47+139+97=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B61 is #D0749E. Grayscale: #6A6A6A. Windows color (decimal): -13661343 or 6392623. OLE color: 6392623.

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

Color convert

RGB4713997-
CMYK0.6600.300.45
HSL152.61º49.46%36.47%-
HSV(B)152.61º66.19%54.51%-
XYZ12.5619.9314.49-
YUV106.7122.5285.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=16.61%
G=49.12%
B=34.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47139970.6600.300.45152.6149.4636.47
Hex2F8B614201E2D993124
Octal57213141102036552316144
Binary101111100010111100001100001001111010110110011001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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