Shades of Elf Green #289D72
Tints of Elf Green #289D72
RGB
CMYK
RGB Variations
Color information
#289D72 (or 0x289D72) is known color: Elf Green. HEX triplet: 28, 9D and 72. RGB value is (40,157,114). Sum of RGB (Red+Green+Blue) = 40+157+114=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #289D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D72 is #D7628D. Grayscale: #757575. Windows color (decimal): -14115470 or 7511336. OLE color: 7511336.
HSL color Cylindrical-coordinate representation of color #289D72: hue angle of 157.95º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289D72 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 114 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.38 |
| HSL | 157.95º | 0.59% | 0.39% | - |
| HSV(B) | 157.95º | 0.75% | 0.62% | - |
| XYZ | 15.97 | 25.78 | 20.05 | - |
| YUV | 117.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 114 | 0.75 | 0 | 0.27 | 0.38 | 157.95 | 0.59 | 0.39 |
| Hex | 28 | 9D | 72 | 4B | 0 | 1B | 26 | 9E | 3B | 27 |
| Octal | 50 | 235 | 162 | 113 | 0 | 33 | 46 | 236 | 73 | 47 |
| Binary | 101000 | 10011101 | 1110010 | 1001011 | 0 | 11011 | 100110 | 10011110 | 111011 | 100111 |
Color Harmonies of #289D72
Complementary color
Monochromatic Colors of #289D72
Black with #289D72
Text Example
Text Example
White with #289D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D72; }
p { color: rgb(40,157,114); }
H1.HeaderClassName
{
color: #289D72;
}
.AnyTagClassName
{
color: #289D72;
}
</style>
background-color css
<style>
a { background-color: #289D72; }
a { background-color: rgb(40,157,114); }
div.DivClassName
{
background-color: #289D72;
}
.BgClassName
{
background-color: #289D72;
}
</style>
border-color css
<style>
span { border-color: #289D72; }
span { border-color: rgb(40,157,114); }
td.TdClassName
{
border-color: #289D72;
}
.TagClassName
{
border-color: #289D72;
}
</style>