#2F8958

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

Shades of Sea Green #2F8958

Tints of Sea Green #2F8958

Color information

#2F8958 (or 0x2F8958) is unknown color: approx Sea Green. HEX triplet: 2F, 89 and 58. RGB value is (47,137,88). Sum of RGB (Red+Green+Blue) = 47+137+88=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8958 is #D076A7. Grayscale: #686868. Windows color (decimal): -13661864 or 5802287. OLE color: 5802287.

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

Color convert

RGB4713788-
CMYK0.6600.360.46
HSL147.33º48.91%36.08%-
HSV(B)147.33º65.69%53.73%-
XYZ11.8819.212.31-
YUV104.5118.6886.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=17.28%
G=50.37%
B=32.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137880.6600.360.46147.3348.9136.08
Hex2F8958420242E933124
Octal57211130102044562236144
Binary1011111000100110110001000010010010010111010010011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,137,88); }

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

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

 a { background-color: rgb(47,137,88); }

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

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

 span { border-color: rgb(47,137,88); }

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