Shades of Elf Green #259870
Tints of Elf Green #259870
RGB
CMYK
RGB Variations
Color information
#259870 (or 0x259870) is known color: Elf Green. HEX triplet: 25, 98 and 70. RGB value is (37,152,112). Sum of RGB (Red+Green+Blue) = 37+152+112=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #259870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259870 is #DA678F. Grayscale: #717171. Windows color (decimal): -14313360 or 7378981. OLE color: 7378981.
HSL color Cylindrical-coordinate representation of color #259870: hue angle of 159.13º 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 #259870 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 112 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.40 |
| HSL | 159.13º | 0.61% | 0.37% | - |
| HSV(B) | 159.13º | 0.76% | 0.6% | - |
| XYZ | 14.92 | 24.02 | 19.18 | - |
| YUV | 113.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 112 | 0.76 | 0 | 0.26 | 0.40 | 159.13 | 0.61 | 0.37 |
| Hex | 25 | 98 | 70 | 4C | 0 | 1A | 28 | 9F | 3D | 25 |
| Octal | 45 | 230 | 160 | 114 | 0 | 32 | 50 | 237 | 75 | 45 |
| Binary | 100101 | 10011000 | 1110000 | 1001100 | 0 | 11010 | 101000 | 10011111 | 111101 | 100101 |
Color Harmonies of #259870
Complementary color
Monochromatic Colors of #259870
Black with #259870
Text Example
Text Example
White with #259870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259870; }
p { color: rgb(37,152,112); }
H1.HeaderClassName
{
color: #259870;
}
.AnyTagClassName
{
color: #259870;
}
</style>
background-color css
<style>
a { background-color: #259870; }
a { background-color: rgb(37,152,112); }
div.DivClassName
{
background-color: #259870;
}
.BgClassName
{
background-color: #259870;
}
</style>
border-color css
<style>
span { border-color: #259870; }
span { border-color: rgb(37,152,112); }
td.TdClassName
{
border-color: #259870;
}
.TagClassName
{
border-color: #259870;
}
</style>