#2f8161

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

Shades of Sea Green #2F8161

Tints of Sea Green #2F8161

Color information

#2F8161 (or 0x2F8161) is unknown color: approx Sea Green. HEX triplet: 2F, 81 and 61. RGB value is (47,129,97). Sum of RGB (Red+Green+Blue) = 47+129+97=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8161 is #D07E9E. Grayscale: #646464. Windows color (decimal): -13663903 or 6390063. OLE color: 6390063.

HSL color Cylindrical-coordinate representation of color #2F8161: hue angle of 156.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8161 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB4712997-
CMYK0.6400.250.49
HSL156.59º46.59%34.51%-
HSV(B)156.59º63.57%50.59%-
XYZ11.1817.1714.03-
YUV100.83125.8389.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=17.22%
G=47.25%
B=35.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47129970.6400.250.49156.5946.5934.51
Hex2F816140019319d2f23
Octal57201141100031612355743
Binary101111100000011100001100000001100111000110011101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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