Shades of Elf Green #259166
Tints of Elf Green #259166
RGB
CMYK
RGB Variations
Color information
#259166 (or 0x259166) is known color: Elf Green. HEX triplet: 25, 91 and 66. RGB value is (37,145,102). Sum of RGB (Red+Green+Blue) = 37+145+102=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #259166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259166 is #DA6E99. Grayscale: #6B6B6B. Windows color (decimal): -14315162 or 6721829. OLE color: 6721829.
HSL color Cylindrical-coordinate representation of color #259166: hue angle of 156.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259166 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 102 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.43 |
| HSL | 156.11º | 0.59% | 0.36% | - |
| HSV(B) | 156.11º | 0.74% | 0.57% | - |
| XYZ | 13.29 | 21.6 | 16.04 | - |
| YUV | 107.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 102 | 0.74 | 0 | 0.30 | 0.43 | 156.11 | 0.59 | 0.36 |
| Hex | 25 | 91 | 66 | 4A | 0 | 1E | 2B | 9C | 3B | 24 |
| Octal | 45 | 221 | 146 | 112 | 0 | 36 | 53 | 234 | 73 | 44 |
| Binary | 100101 | 10010001 | 1100110 | 1001010 | 0 | 11110 | 101011 | 10011100 | 111011 | 100100 |
Color Harmonies of #259166
Complementary color
Monochromatic Colors of #259166
Black with #259166
Text Example
Text Example
White with #259166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259166; }
p { color: rgb(37,145,102); }
H1.HeaderClassName
{
color: #259166;
}
.AnyTagClassName
{
color: #259166;
}
</style>
background-color css
<style>
a { background-color: #259166; }
a { background-color: rgb(37,145,102); }
div.DivClassName
{
background-color: #259166;
}
.BgClassName
{
background-color: #259166;
}
</style>
border-color css
<style>
span { border-color: #259166; }
span { border-color: rgb(37,145,102); }
td.TdClassName
{
border-color: #259166;
}
.TagClassName
{
border-color: #259166;
}
</style>