#2F8960

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

Shades of Sea Green #2F8960

Tints of Sea Green #2F8960

Color information

#2F8960 (or 0x2F8960) is unknown color: approx Sea Green. HEX triplet: 2F, 89 and 60. RGB value is (47,137,96). Sum of RGB (Red+Green+Blue) = 47+137+96=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8960 is #D0769F. Grayscale: #696969. Windows color (decimal): -13661856 or 6326575. OLE color: 6326575.

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

Color convert

RGB4713796-
CMYK0.6600.300.46
HSL152.67º48.91%36.08%-
HSV(B)152.67º65.69%53.73%-
XYZ12.2319.3414.15-
YUV105.42122.6886.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=16.79%
G=48.93%
B=34.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137960.6600.300.46152.6748.9136.08
Hex2F89604201E2E993124
Octal57211140102036562316144
Binary101111100010011100000100001001111010111010011001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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