Shades of Elf Green #259175
Tints of Elf Green #259175
RGB
CMYK
RGB Variations
Color information
#259175 (or 0x259175) is known color: Elf Green. HEX triplet: 25, 91 and 75. RGB value is (37,145,117). Sum of RGB (Red+Green+Blue) = 37+145+117=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #259175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259175 is #DA6E8A. Grayscale: #6D6D6D. Windows color (decimal): -14315147 or 7704869. OLE color: 7704869.
HSL color Cylindrical-coordinate representation of color #259175: hue angle of 164.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259175 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 117 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.43 |
| HSL | 164.44º | 0.59% | 0.36% | - |
| HSV(B) | 164.44º | 0.74% | 0.57% | - |
| XYZ | 14.1 | 21.93 | 20.32 | - |
| YUV | 109.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 117 | 0.74 | 0 | 0.19 | 0.43 | 164.44 | 0.59 | 0.36 |
| Hex | 25 | 91 | 75 | 4A | 0 | 13 | 2B | A4 | 3B | 24 |
| Octal | 45 | 221 | 165 | 112 | 0 | 23 | 53 | 244 | 73 | 44 |
| Binary | 100101 | 10010001 | 1110101 | 1001010 | 0 | 10011 | 101011 | 10100100 | 111011 | 100100 |
Color Harmonies of #259175
Complementary color
Monochromatic Colors of #259175
Black with #259175
Text Example
Text Example
White with #259175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259175; }
p { color: rgb(37,145,117); }
H1.HeaderClassName
{
color: #259175;
}
.AnyTagClassName
{
color: #259175;
}
</style>
background-color css
<style>
a { background-color: #259175; }
a { background-color: rgb(37,145,117); }
div.DivClassName
{
background-color: #259175;
}
.BgClassName
{
background-color: #259175;
}
</style>
border-color css
<style>
span { border-color: #259175; }
span { border-color: rgb(37,145,117); }
td.TdClassName
{
border-color: #259175;
}
.TagClassName
{
border-color: #259175;
}
</style>