Shades of Elf Green #259165
Tints of Elf Green #259165
RGB
CMYK
RGB Variations
Color information
#259165 (or 0x259165) is known color: Elf Green. HEX triplet: 25, 91 and 65. RGB value is (37,145,101). Sum of RGB (Red+Green+Blue) = 37+145+101=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #259165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259165 is #DA6E9A. Grayscale: #6B6B6B. Windows color (decimal): -14315163 or 6656293. OLE color: 6656293.
HSL color Cylindrical-coordinate representation of color #259165: hue angle of 155.56º 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 #259165 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 101 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.43 |
| HSL | 155.56º | 0.59% | 0.36% | - |
| HSV(B) | 155.56º | 0.74% | 0.57% | - |
| XYZ | 13.24 | 21.58 | 15.78 | - |
| YUV | 107.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 101 | 0.74 | 0 | 0.30 | 0.43 | 155.56 | 0.59 | 0.36 |
| Hex | 25 | 91 | 65 | 4A | 0 | 1E | 2B | 9C | 3B | 24 |
| Octal | 45 | 221 | 145 | 112 | 0 | 36 | 53 | 234 | 73 | 44 |
| Binary | 100101 | 10010001 | 1100101 | 1001010 | 0 | 11110 | 101011 | 10011100 | 111011 | 100100 |
Color Harmonies of #259165
Complementary color
Monochromatic Colors of #259165
Black with #259165
Text Example
Text Example
White with #259165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259165; }
p { color: rgb(37,145,101); }
H1.HeaderClassName
{
color: #259165;
}
.AnyTagClassName
{
color: #259165;
}
</style>
background-color css
<style>
a { background-color: #259165; }
a { background-color: rgb(37,145,101); }
div.DivClassName
{
background-color: #259165;
}
.BgClassName
{
background-color: #259165;
}
</style>
border-color css
<style>
span { border-color: #259165; }
span { border-color: rgb(37,145,101); }
td.TdClassName
{
border-color: #259165;
}
.TagClassName
{
border-color: #259165;
}
</style>