Shades of Elf Green #289A72
Tints of Elf Green #289A72
RGB
CMYK
RGB Variations
Color information
#289A72 (or 0x289A72) is known color: Elf Green. HEX triplet: 28, 9A and 72. RGB value is (40,154,114). Sum of RGB (Red+Green+Blue) = 40+154+114=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #289A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A72 is #D7658D. Grayscale: #737373. Windows color (decimal): -14116238 or 7510568. OLE color: 7510568.
HSL color Cylindrical-coordinate representation of color #289A72: hue angle of 158.95º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289A72 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 114 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.40 |
| HSL | 158.95º | 0.59% | 0.38% | - |
| HSV(B) | 158.95º | 0.74% | 0.6% | - |
| XYZ | 15.47 | 24.78 | 19.89 | - |
| YUV | 115.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 114 | 0.74 | 0 | 0.26 | 0.40 | 158.95 | 0.59 | 0.38 |
| Hex | 28 | 9A | 72 | 4A | 0 | 1A | 28 | 9F | 3B | 26 |
| Octal | 50 | 232 | 162 | 112 | 0 | 32 | 50 | 237 | 73 | 46 |
| Binary | 101000 | 10011010 | 1110010 | 1001010 | 0 | 11010 | 101000 | 10011111 | 111011 | 100110 |
Color Harmonies of #289A72
Complementary color
Monochromatic Colors of #289A72
Black with #289A72
Text Example
Text Example
White with #289A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A72; }
p { color: rgb(40,154,114); }
H1.HeaderClassName
{
color: #289A72;
}
.AnyTagClassName
{
color: #289A72;
}
</style>
background-color css
<style>
a { background-color: #289A72; }
a { background-color: rgb(40,154,114); }
div.DivClassName
{
background-color: #289A72;
}
.BgClassName
{
background-color: #289A72;
}
</style>
border-color css
<style>
span { border-color: #289A72; }
span { border-color: rgb(40,154,114); }
td.TdClassName
{
border-color: #289A72;
}
.TagClassName
{
border-color: #289A72;
}
</style>