#2F8B49

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

Shades of Sea Green #2F8B49

Tints of Sea Green #2F8B49

Color information

#2F8B49 (or 0x2F8B49) is unknown color: approx Sea Green. HEX triplet: 2F, 8B and 49. RGB value is (47,139,73). Sum of RGB (Red+Green+Blue) = 47+139+73=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B49 is #D074B6. Grayscale: #686868. Windows color (decimal): -13661367 or 4819759. OLE color: 4819759.

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

Color convert

RGB4713973-
CMYK0.6600.470.45
HSL136.96º49.46%36.47%-
HSV(B)136.96º66.19%54.51%-
XYZ11.6119.559.47-
YUV103.97110.5287.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=18.15%
G=53.67%
B=28.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47139730.6600.470.45136.9649.4636.47
Hex2F8B494202F2D893124
Octal57213111102057552116144
Binary1011111000101110010011000010010111110110110001001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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