#2F8E5F

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

Shades of Sea Green #2F8E5F

Tints of Sea Green #2F8E5F

Color information

#2F8E5F (or 0x2F8E5F) is unknown color: approx Sea Green. HEX triplet: 2F, 8E and 5F. RGB value is (47,142,95). Sum of RGB (Red+Green+Blue) = 47+142+95=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E5F is #D071A0. Grayscale: #6C6C6C. Windows color (decimal): -13660577 or 6262319. OLE color: 6262319.

HSL color Cylindrical-coordinate representation of color #2F8E5F: hue angle of 150.32º degrees, saturation: 0.5, 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 #2F8E5F is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB4714295-
CMYK0.6700.330.44
HSL150.32º50.26%37.06%-
HSV(B)150.32º66.9%55.69%-
XYZ12.9120.7814.16-
YUV108.24120.5384.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=16.55%
G=50%
B=33.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47142950.6700.330.44150.3250.2637.06
Hex2F8E5F430212C963225
Octal57216137103041542266245
Binary1011111000111010111111000011010000110110010010110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,142,95); }

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

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

 a { background-color: rgb(47,142,95); }

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

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

 span { border-color: rgb(47,142,95); }

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