Shades of Elf Green #259B71
Tints of Elf Green #259B71
RGB
CMYK
RGB Variations
Color information
#259B71 (or 0x259B71) is known color: Elf Green. HEX triplet: 25, 9B and 71. RGB value is (37,155,113). Sum of RGB (Red+Green+Blue) = 37+155+113=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #259B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B71 is #DA648E. Grayscale: #727272. Windows color (decimal): -14312591 or 7445285. OLE color: 7445285.
HSL color Cylindrical-coordinate representation of color #259B71: hue angle of 158.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B71 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 113 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.39 |
| HSL | 158.64º | 0.61% | 0.38% | - |
| HSV(B) | 158.64º | 0.76% | 0.61% | - |
| XYZ | 15.46 | 25.03 | 19.64 | - |
| YUV | 114.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 113 | 0.76 | 0 | 0.27 | 0.39 | 158.64 | 0.61 | 0.38 |
| Hex | 25 | 9B | 71 | 4C | 0 | 1B | 27 | 9F | 3D | 26 |
| Octal | 45 | 233 | 161 | 114 | 0 | 33 | 47 | 237 | 75 | 46 |
| Binary | 100101 | 10011011 | 1110001 | 1001100 | 0 | 11011 | 100111 | 10011111 | 111101 | 100110 |
Color Harmonies of #259B71
Complementary color
Monochromatic Colors of #259B71
Black with #259B71
Text Example
Text Example
White with #259B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B71; }
p { color: rgb(37,155,113); }
H1.HeaderClassName
{
color: #259B71;
}
.AnyTagClassName
{
color: #259B71;
}
</style>
background-color css
<style>
a { background-color: #259B71; }
a { background-color: rgb(37,155,113); }
div.DivClassName
{
background-color: #259B71;
}
.BgClassName
{
background-color: #259B71;
}
</style>
border-color css
<style>
span { border-color: #259B71; }
span { border-color: rgb(37,155,113); }
td.TdClassName
{
border-color: #259B71;
}
.TagClassName
{
border-color: #259B71;
}
</style>