#2F9852

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

Shades of Sea Green #2F9852

Tints of Sea Green #2F9852

Color information

#2F9852 (or 0x2F9852) is unknown color: approx Sea Green. HEX triplet: 2F, 98 and 52. RGB value is (47,152,82). Sum of RGB (Red+Green+Blue) = 47+152+82=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9852 is #D067AD. Grayscale: #707070. Windows color (decimal): -13658030 or 5412911. OLE color: 5412911.

HSL color Cylindrical-coordinate representation of color #2F9852: hue angle of 140º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9852 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB4715282-
CMYK0.6900.460.40
HSL140º52.76%39.02%-
HSV(B)140º69.08%59.61%-
XYZ13.9223.6711.82-
YUV112.62110.7181.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=16.73%
G=54.09%
B=29.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152820.6900.460.4014052.7639.02
Hex2F98524502E288c3527
Octal57230122105056502146547
Binary1011111001100010100101000101010111010100010001100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,152,82); }

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

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

 a { background-color: rgb(47,152,82); }

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

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

 span { border-color: rgb(47,152,82); }

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