#2F8F5E

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

Shades of Sea Green #2F8F5E

Tints of Sea Green #2F8F5E

Color information

#2F8F5E (or 0x2F8F5E) is unknown color: approx Sea Green. HEX triplet: 2F, 8F and 5E. RGB value is (47,143,94). Sum of RGB (Red+Green+Blue) = 47+143+94=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F5E is #D070A1. Grayscale: #6C6C6C. Windows color (decimal): -13660322 or 6197039. OLE color: 6197039.

HSL color Cylindrical-coordinate representation of color #2F8F5E: hue angle of 149.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F5E is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB4714394-
CMYK0.6700.340.44
HSL149.38º50.53%37.25%-
HSV(B)149.38º67.13%56.08%-
XYZ13.0221.0613.97-
YUV108.71119.783.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 143 (56.25% from 255) = 50.35%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=16.55%
G=50.35%
B=33.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47143940.6700.340.44149.3850.5337.25
Hex2F8F5E430222C953325
Octal57217136103042542256345
Binary1011111000111110111101000011010001010110010010101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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