Shades of Elf Green #259471
Tints of Elf Green #259471
RGB
CMYK
RGB Variations
Color information
#259471 (or 0x259471) is known color: Elf Green. HEX triplet: 25, 94 and 71. RGB value is (37,148,113). Sum of RGB (Red+Green+Blue) = 37+148+113=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #259471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259471 is #DA6B8E. Grayscale: #6E6E6E. Windows color (decimal): -14314383 or 7443493. OLE color: 7443493.
HSL color Cylindrical-coordinate representation of color #259471: hue angle of 161.08º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259471 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 113 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.42 |
| HSL | 161.08º | 0.6% | 0.36% | - |
| HSV(B) | 161.08º | 0.75% | 0.58% | - |
| XYZ | 14.33 | 22.77 | 19.26 | - |
| YUV | 110.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 113 | 0.75 | 0 | 0.24 | 0.42 | 161.08 | 0.6 | 0.36 |
| Hex | 25 | 94 | 71 | 4B | 0 | 18 | 2A | A1 | 3C | 24 |
| Octal | 45 | 224 | 161 | 113 | 0 | 30 | 52 | 241 | 74 | 44 |
| Binary | 100101 | 10010100 | 1110001 | 1001011 | 0 | 11000 | 101010 | 10100001 | 111100 | 100100 |
Color Harmonies of #259471
Complementary color
Monochromatic Colors of #259471
Black with #259471
Text Example
Text Example
White with #259471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259471; }
p { color: rgb(37,148,113); }
H1.HeaderClassName
{
color: #259471;
}
.AnyTagClassName
{
color: #259471;
}
</style>
background-color css
<style>
a { background-color: #259471; }
a { background-color: rgb(37,148,113); }
div.DivClassName
{
background-color: #259471;
}
.BgClassName
{
background-color: #259471;
}
</style>
border-color css
<style>
span { border-color: #259471; }
span { border-color: rgb(37,148,113); }
td.TdClassName
{
border-color: #259471;
}
.TagClassName
{
border-color: #259471;
}
</style>