Shades of Elf Green #259076
Tints of Elf Green #259076
RGB
CMYK
RGB Variations
Color information
#259076 (or 0x259076) is known color: Elf Green. HEX triplet: 25, 90 and 76. RGB value is (37,144,118). Sum of RGB (Red+Green+Blue) = 37+144+118=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #259076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259076 is #DA6F89. Grayscale: #6D6D6D. Windows color (decimal): -14315402 or 7770149. OLE color: 7770149.
HSL color Cylindrical-coordinate representation of color #259076: hue angle of 165.42º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259076 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 118 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.44 |
| HSL | 165.42º | 0.59% | 0.35% | - |
| HSV(B) | 165.42º | 0.74% | 0.56% | - |
| XYZ | 14.01 | 21.65 | 20.58 | - |
| YUV | 109.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 118 | 0.74 | 0 | 0.18 | 0.44 | 165.42 | 0.59 | 0.35 |
| Hex | 25 | 90 | 76 | 4A | 0 | 12 | 2C | A5 | 3B | 23 |
| Octal | 45 | 220 | 166 | 112 | 0 | 22 | 54 | 245 | 73 | 43 |
| Binary | 100101 | 10010000 | 1110110 | 1001010 | 0 | 10010 | 101100 | 10100101 | 111011 | 100011 |
Color Harmonies of #259076
Complementary color
Monochromatic Colors of #259076
Black with #259076
Text Example
Text Example
White with #259076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259076; }
p { color: rgb(37,144,118); }
H1.HeaderClassName
{
color: #259076;
}
.AnyTagClassName
{
color: #259076;
}
</style>
background-color css
<style>
a { background-color: #259076; }
a { background-color: rgb(37,144,118); }
div.DivClassName
{
background-color: #259076;
}
.BgClassName
{
background-color: #259076;
}
</style>
border-color css
<style>
span { border-color: #259076; }
span { border-color: rgb(37,144,118); }
td.TdClassName
{
border-color: #259076;
}
.TagClassName
{
border-color: #259076;
}
</style>