#2F8F72

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

Shades of Elf Green #2F8F72

Tints of Elf Green #2F8F72

Color information

#2F8F72 (or 0x2F8F72) is unknown color: approx Elf Green. HEX triplet: 2F, 8F and 72. RGB value is (47,143,114). Sum of RGB (Red+Green+Blue) = 47+143+114=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F72 is #D0708D. Grayscale: #6F6F6F. Windows color (decimal): -13660302 or 7507759. OLE color: 7507759.

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

Color convert

RGB47143114-
CMYK0.6700.200.44
HSL161.88º50.53%37.25%-
HSV(B)161.88º67.13%56.08%-
XYZ14.0321.4619.32-
YUV110.99129.782.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=15.46%
G=47.04%
B=37.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471431140.6700.200.44161.8850.5337.25
Hex2F8F72430142Ca23325
Octal57217162103024542426345
Binary101111100011111110010100001101010010110010100010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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