Shades of Elf Green #259A76
Tints of Elf Green #259A76
RGB
CMYK
RGB Variations
Color information
#259A76 (or 0x259A76) is known color: Elf Green. HEX triplet: 25, 9A and 76. RGB value is (37,154,118). Sum of RGB (Red+Green+Blue) = 37+154+118=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #259A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A76 is #DA6589. Grayscale: #727272. Windows color (decimal): -14312842 or 7772709. OLE color: 7772709.
HSL color Cylindrical-coordinate representation of color #259A76: hue angle of 161.54º 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 #259A76 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 118 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.40 |
| HSL | 161.54º | 0.61% | 0.37% | - |
| HSV(B) | 161.54º | 0.76% | 0.6% | - |
| XYZ | 15.59 | 24.81 | 21.11 | - |
| YUV | 114.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 118 | 0.76 | 0 | 0.23 | 0.40 | 161.54 | 0.61 | 0.37 |
| Hex | 25 | 9A | 76 | 4C | 0 | 17 | 28 | A2 | 3D | 25 |
| Octal | 45 | 232 | 166 | 114 | 0 | 27 | 50 | 242 | 75 | 45 |
| Binary | 100101 | 10011010 | 1110110 | 1001100 | 0 | 10111 | 101000 | 10100010 | 111101 | 100101 |
Color Harmonies of #259A76
Complementary color
Monochromatic Colors of #259A76
Black with #259A76
Text Example
Text Example
White with #259A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A76; }
p { color: rgb(37,154,118); }
H1.HeaderClassName
{
color: #259A76;
}
.AnyTagClassName
{
color: #259A76;
}
</style>
background-color css
<style>
a { background-color: #259A76; }
a { background-color: rgb(37,154,118); }
div.DivClassName
{
background-color: #259A76;
}
.BgClassName
{
background-color: #259A76;
}
</style>
border-color css
<style>
span { border-color: #259A76; }
span { border-color: rgb(37,154,118); }
td.TdClassName
{
border-color: #259A76;
}
.TagClassName
{
border-color: #259A76;
}
</style>