Shades of Elf Green #259970
Tints of Elf Green #259970
RGB
CMYK
RGB Variations
Color information
#259970 (or 0x259970) is known color: Elf Green. HEX triplet: 25, 99 and 70. RGB value is (37,153,112). Sum of RGB (Red+Green+Blue) = 37+153+112=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #259970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259970 is #DA668F. Grayscale: #717171. Windows color (decimal): -14313104 or 7379237. OLE color: 7379237.
HSL color Cylindrical-coordinate representation of color #259970: hue angle of 158.79º 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 #259970 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 112 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.4 |
| HSL | 158.79º | 0.61% | 0.37% | - |
| HSV(B) | 158.79º | 0.76% | 0.6% | - |
| XYZ | 15.08 | 24.35 | 19.23 | - |
| YUV | 113.64 | 127.07 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 112 | 0.76 | 0 | 0.27 | 0.4 | 158.79 | 0.61 | 0.37 |
| Hex | 25 | 99 | 70 | 4C | 0 | 1B | 28 | 9F | 3D | 25 |
| Octal | 45 | 231 | 160 | 114 | 0 | 33 | 50 | 237 | 75 | 45 |
| Binary | 100101 | 10011001 | 1110000 | 1001100 | 0 | 11011 | 101000 | 10011111 | 111101 | 100101 |
Color Harmonies of #259970
Complementary color
Monochromatic Colors of #259970
Black with #259970
Text Example
Text Example
White with #259970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259970; }
p { color: rgb(37,153,112); }
H1.HeaderClassName
{
color: #259970;
}
.AnyTagClassName
{
color: #259970;
}
</style>
background-color css
<style>
a { background-color: #259970; }
a { background-color: rgb(37,153,112); }
div.DivClassName
{
background-color: #259970;
}
.BgClassName
{
background-color: #259970;
}
</style>
border-color css
<style>
span { border-color: #259970; }
span { border-color: rgb(37,153,112); }
td.TdClassName
{
border-color: #259970;
}
.TagClassName
{
border-color: #259970;
}
</style>