Shades of Elf Green #259872
Tints of Elf Green #259872
RGB
CMYK
RGB Variations
Color information
#259872 (or 0x259872) is known color: Elf Green. HEX triplet: 25, 98 and 72. RGB value is (37,152,114). Sum of RGB (Red+Green+Blue) = 37+152+114=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #259872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259872 is #DA678D. Grayscale: #717171. Windows color (decimal): -14313358 or 7510053. OLE color: 7510053.
HSL color Cylindrical-coordinate representation of color #259872: hue angle of 160.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259872 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 114 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.40 |
| HSL | 160.17º | 0.61% | 0.37% | - |
| HSV(B) | 160.17º | 0.76% | 0.6% | - |
| XYZ | 15.03 | 24.06 | 19.77 | - |
| YUV | 113.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 114 | 0.76 | 0 | 0.25 | 0.40 | 160.17 | 0.61 | 0.37 |
| Hex | 25 | 98 | 72 | 4C | 0 | 19 | 28 | A0 | 3D | 25 |
| Octal | 45 | 230 | 162 | 114 | 0 | 31 | 50 | 240 | 75 | 45 |
| Binary | 100101 | 10011000 | 1110010 | 1001100 | 0 | 11001 | 101000 | 10100000 | 111101 | 100101 |
Color Harmonies of #259872
Complementary color
Monochromatic Colors of #259872
Black with #259872
Text Example
Text Example
White with #259872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259872; }
p { color: rgb(37,152,114); }
H1.HeaderClassName
{
color: #259872;
}
.AnyTagClassName
{
color: #259872;
}
</style>
background-color css
<style>
a { background-color: #259872; }
a { background-color: rgb(37,152,114); }
div.DivClassName
{
background-color: #259872;
}
.BgClassName
{
background-color: #259872;
}
</style>
border-color css
<style>
span { border-color: #259872; }
span { border-color: rgb(37,152,114); }
td.TdClassName
{
border-color: #259872;
}
.TagClassName
{
border-color: #259872;
}
</style>