Shades of Elf Green #259574
Tints of Elf Green #259574
RGB
CMYK
RGB Variations
Color information
#259574 (or 0x259574) is known color: Elf Green. HEX triplet: 25, 95 and 74. RGB value is (37,149,116). Sum of RGB (Red+Green+Blue) = 37+149+116=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #259574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259574 is #DA6A8B. Grayscale: #6F6F6F. Windows color (decimal): -14314124 or 7640357. OLE color: 7640357.
HSL color Cylindrical-coordinate representation of color #259574: hue angle of 162.32º 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 #259574 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 116 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.42 |
| HSL | 162.32º | 0.6% | 0.36% | - |
| HSV(B) | 162.32º | 0.75% | 0.58% | - |
| XYZ | 14.66 | 23.15 | 20.22 | - |
| YUV | 111.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 116 | 0.75 | 0 | 0.22 | 0.42 | 162.32 | 0.6 | 0.36 |
| Hex | 25 | 95 | 74 | 4B | 0 | 16 | 2A | A2 | 3C | 24 |
| Octal | 45 | 225 | 164 | 113 | 0 | 26 | 52 | 242 | 74 | 44 |
| Binary | 100101 | 10010101 | 1110100 | 1001011 | 0 | 10110 | 101010 | 10100010 | 111100 | 100100 |
Color Harmonies of #259574
Complementary color
Monochromatic Colors of #259574
Black with #259574
Text Example
Text Example
White with #259574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259574; }
p { color: rgb(37,149,116); }
H1.HeaderClassName
{
color: #259574;
}
.AnyTagClassName
{
color: #259574;
}
</style>
background-color css
<style>
a { background-color: #259574; }
a { background-color: rgb(37,149,116); }
div.DivClassName
{
background-color: #259574;
}
.BgClassName
{
background-color: #259574;
}
</style>
border-color css
<style>
span { border-color: #259574; }
span { border-color: rgb(37,149,116); }
td.TdClassName
{
border-color: #259574;
}
.TagClassName
{
border-color: #259574;
}
</style>