Shades of Elf Green #289C72
Tints of Elf Green #289C72
RGB
CMYK
RGB Variations
Color information
#289C72 (or 0x289C72) is known color: Elf Green. HEX triplet: 28, 9C and 72. RGB value is (40,156,114). Sum of RGB (Red+Green+Blue) = 40+156+114=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #289C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C72 is #D7638D. Grayscale: #747474. Windows color (decimal): -14115726 or 7511080. OLE color: 7511080.
HSL color Cylindrical-coordinate representation of color #289C72: hue angle of 158.28º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289C72 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 114 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.39 |
| HSL | 158.28º | 0.59% | 0.38% | - |
| HSV(B) | 158.28º | 0.74% | 0.61% | - |
| XYZ | 15.8 | 25.44 | 20 | - |
| YUV | 116.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 114 | 0.74 | 0 | 0.27 | 0.39 | 158.28 | 0.59 | 0.38 |
| Hex | 28 | 9C | 72 | 4A | 0 | 1B | 27 | 9E | 3B | 26 |
| Octal | 50 | 234 | 162 | 112 | 0 | 33 | 47 | 236 | 73 | 46 |
| Binary | 101000 | 10011100 | 1110010 | 1001010 | 0 | 11011 | 100111 | 10011110 | 111011 | 100110 |
Color Harmonies of #289C72
Complementary color
Monochromatic Colors of #289C72
Black with #289C72
Text Example
Text Example
White with #289C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C72; }
p { color: rgb(40,156,114); }
H1.HeaderClassName
{
color: #289C72;
}
.AnyTagClassName
{
color: #289C72;
}
</style>
background-color css
<style>
a { background-color: #289C72; }
a { background-color: rgb(40,156,114); }
div.DivClassName
{
background-color: #289C72;
}
.BgClassName
{
background-color: #289C72;
}
</style>
border-color css
<style>
span { border-color: #289C72; }
span { border-color: rgb(40,156,114); }
td.TdClassName
{
border-color: #289C72;
}
.TagClassName
{
border-color: #289C72;
}
</style>