Shades of Elf Green #259973
Tints of Elf Green #259973
RGB
CMYK
RGB Variations
Color information
#259973 (or 0x259973) is known color: Elf Green. HEX triplet: 25, 99 and 73. RGB value is (37,153,115). Sum of RGB (Red+Green+Blue) = 37+153+115=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #259973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259973 is #DA668C. Grayscale: #727272. Windows color (decimal): -14313101 or 7575845. OLE color: 7575845.
HSL color Cylindrical-coordinate representation of color #259973: hue angle of 160.34º 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 #259973 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 115 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.4 |
| HSL | 160.34º | 0.61% | 0.37% | - |
| HSV(B) | 160.34º | 0.76% | 0.6% | - |
| XYZ | 15.25 | 24.41 | 20.13 | - |
| YUV | 113.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 115 | 0.76 | 0 | 0.25 | 0.4 | 160.34 | 0.61 | 0.37 |
| Hex | 25 | 99 | 73 | 4C | 0 | 19 | 28 | A0 | 3D | 25 |
| Octal | 45 | 231 | 163 | 114 | 0 | 31 | 50 | 240 | 75 | 45 |
| Binary | 100101 | 10011001 | 1110011 | 1001100 | 0 | 11001 | 101000 | 10100000 | 111101 | 100101 |
Color Harmonies of #259973
Complementary color
Monochromatic Colors of #259973
Black with #259973
Text Example
Text Example
White with #259973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259973; }
p { color: rgb(37,153,115); }
H1.HeaderClassName
{
color: #259973;
}
.AnyTagClassName
{
color: #259973;
}
</style>
background-color css
<style>
a { background-color: #259973; }
a { background-color: rgb(37,153,115); }
div.DivClassName
{
background-color: #259973;
}
.BgClassName
{
background-color: #259973;
}
</style>
border-color css
<style>
span { border-color: #259973; }
span { border-color: rgb(37,153,115); }
td.TdClassName
{
border-color: #259973;
}
.TagClassName
{
border-color: #259973;
}
</style>