Shades of Elf Green #258976
Tints of Elf Green #258976
RGB
CMYK
RGB Variations
Color information
#258976 (or 0x258976) is known color: Elf Green. HEX triplet: 25, 89 and 76. RGB value is (37,137,118). Sum of RGB (Red+Green+Blue) = 37+137+118=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #258976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258976 is #DA7689. Grayscale: #686868. Windows color (decimal): -14317194 or 7768357. OLE color: 7768357.
HSL color Cylindrical-coordinate representation of color #258976: hue angle of 168.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258976 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 137 | 118 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.46 |
| HSL | 168.6º | 0.57% | 0.34% | - |
| HSV(B) | 168.6º | 0.73% | 0.54% | - |
| XYZ | 12.98 | 19.59 | 20.24 | - |
| YUV | 104.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 118 | 0.73 | 0 | 0.14 | 0.46 | 168.6 | 0.57 | 0.34 |
| Hex | 25 | 89 | 76 | 49 | 0 | E | 2E | A9 | 39 | 22 |
| Octal | 45 | 211 | 166 | 111 | 0 | 16 | 56 | 251 | 71 | 42 |
| Binary | 100101 | 10001001 | 1110110 | 1001001 | 0 | 1110 | 101110 | 10101001 | 111001 | 100010 |
Color Harmonies of #258976
Complementary color
Monochromatic Colors of #258976
Black with #258976
Text Example
Text Example
White with #258976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258976; }
p { color: rgb(37,137,118); }
H1.HeaderClassName
{
color: #258976;
}
.AnyTagClassName
{
color: #258976;
}
</style>
background-color css
<style>
a { background-color: #258976; }
a { background-color: rgb(37,137,118); }
div.DivClassName
{
background-color: #258976;
}
.BgClassName
{
background-color: #258976;
}
</style>
border-color css
<style>
span { border-color: #258976; }
span { border-color: rgb(37,137,118); }
td.TdClassName
{
border-color: #258976;
}
.TagClassName
{
border-color: #258976;
}
</style>