#159272

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

Shades of Elf Green #159272

Tints of Elf Green #159272

Color information

#159272 (or 0x159272) is unknown color: approx Elf Green. HEX triplet: 15, 92 and 72. RGB value is (21,146,114). Sum of RGB (Red+Green+Blue) = 21+146+114=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #159272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159272 is #EA6D8D. Grayscale: #686868. Windows color (decimal): -15363470 or 7508501. OLE color: 7508501.

HSL color Cylindrical-coordinate representation of color #159272: hue angle of 164.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159272 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB21146114-
CMYK0.8600.220.43
HSL164.64º74.85%32.75%-
HSV(B)164.64º85.62%57.25%-
XYZ13.6321.9319.43-
YUV104.98133.0968.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=7.47%
G=51.96%
B=40.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211461140.8600.220.43164.6474.8532.75
Hex159272560162Ba54b21
Octal252221621260265324511341
Binary101011001001011100101010110010110101011101001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159272; }

 p { color: rgb(21,146,114); }

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

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

 a { background-color: rgb(21,146,114); }

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

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

 span { border-color: rgb(21,146,114); }

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