#2F7F5E

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

Shades of Sea Green #2F7F5E

Tints of Sea Green #2F7F5E

Color information

#2F7F5E (or 0x2F7F5E) is unknown color: approx Sea Green. HEX triplet: 2F, 7F and 5E. RGB value is (47,127,94). Sum of RGB (Red+Green+Blue) = 47+127+94=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7F5E is #D080A1. Grayscale: #636363. Windows color (decimal): -13664418 or 6192943. OLE color: 6192943.

HSL color Cylindrical-coordinate representation of color #2F7F5E: hue angle of 155.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7F5E is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB4712794-
CMYK0.6300.260.50
HSL155.25º45.98%34.12%-
HSV(B)155.25º62.99%49.8%-
XYZ10.7816.5913.22-
YUV99.3212590.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 127 (50% from 255) = 47.39%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=17.54%
G=47.39%
B=35.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47127940.6300.260.50155.2545.9834.12
Hex2F7F5E3F01A329b2e22
Octal5717713677032622335642
Binary1011111111111101111011111101101011001010011011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,127,94); }

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

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

 a { background-color: rgb(47,127,94); }

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

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

 span { border-color: rgb(47,127,94); }

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