Shades of Elf Green #289272
Tints of Elf Green #289272
RGB
CMYK
RGB Variations
Color information
#289272 (or 0x289272) is known color: Elf Green. HEX triplet: 28, 92 and 72. RGB value is (40,146,114). Sum of RGB (Red+Green+Blue) = 40+146+114=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #289272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289272 is #D76D8D. Grayscale: #6E6E6E. Windows color (decimal): -14118286 or 7508520. OLE color: 7508520.
HSL color Cylindrical-coordinate representation of color #289272: hue angle of 161.89º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289272 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 114 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.43 |
| HSL | 161.89º | 0.57% | 0.36% | - |
| HSV(B) | 161.89º | 0.73% | 0.57% | - |
| XYZ | 14.19 | 22.22 | 19.46 | - |
| YUV | 110.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 114 | 0.73 | 0 | 0.22 | 0.43 | 161.89 | 0.57 | 0.36 |
| Hex | 28 | 92 | 72 | 49 | 0 | 16 | 2B | A2 | 39 | 24 |
| Octal | 50 | 222 | 162 | 111 | 0 | 26 | 53 | 242 | 71 | 44 |
| Binary | 101000 | 10010010 | 1110010 | 1001001 | 0 | 10110 | 101011 | 10100010 | 111001 | 100100 |
Color Harmonies of #289272
Complementary color
Monochromatic Colors of #289272
Black with #289272
Text Example
Text Example
White with #289272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289272; }
p { color: rgb(40,146,114); }
H1.HeaderClassName
{
color: #289272;
}
.AnyTagClassName
{
color: #289272;
}
</style>
background-color css
<style>
a { background-color: #289272; }
a { background-color: rgb(40,146,114); }
div.DivClassName
{
background-color: #289272;
}
.BgClassName
{
background-color: #289272;
}
</style>
border-color css
<style>
span { border-color: #289272; }
span { border-color: rgb(40,146,114); }
td.TdClassName
{
border-color: #289272;
}
.TagClassName
{
border-color: #289272;
}
</style>