Shades of Elf Green #259377
Tints of Elf Green #259377
RGB
CMYK
RGB Variations
Color information
#259377 (or 0x259377) is known color: Elf Green. HEX triplet: 25, 93 and 77. RGB value is (37,147,119). Sum of RGB (Red+Green+Blue) = 37+147+119=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #259377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259377 is #DA6C88. Grayscale: #6E6E6E. Windows color (decimal): -14314633 or 7836453. OLE color: 7836453.
HSL color Cylindrical-coordinate representation of color #259377: hue angle of 164.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259377 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 119 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.42 |
| HSL | 164.73º | 0.6% | 0.36% | - |
| HSV(B) | 164.73º | 0.75% | 0.58% | - |
| XYZ | 14.53 | 22.59 | 21.05 | - |
| YUV | 110.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 119 | 0.75 | 0 | 0.19 | 0.42 | 164.73 | 0.6 | 0.36 |
| Hex | 25 | 93 | 77 | 4B | 0 | 13 | 2A | A5 | 3C | 24 |
| Octal | 45 | 223 | 167 | 113 | 0 | 23 | 52 | 245 | 74 | 44 |
| Binary | 100101 | 10010011 | 1110111 | 1001011 | 0 | 10011 | 101010 | 10100101 | 111100 | 100100 |
Color Harmonies of #259377
Complementary color
Monochromatic Colors of #259377
Black with #259377
Text Example
Text Example
White with #259377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259377; }
p { color: rgb(37,147,119); }
H1.HeaderClassName
{
color: #259377;
}
.AnyTagClassName
{
color: #259377;
}
</style>
background-color css
<style>
a { background-color: #259377; }
a { background-color: rgb(37,147,119); }
div.DivClassName
{
background-color: #259377;
}
.BgClassName
{
background-color: #259377;
}
</style>
border-color css
<style>
span { border-color: #259377; }
span { border-color: rgb(37,147,119); }
td.TdClassName
{
border-color: #259377;
}
.TagClassName
{
border-color: #259377;
}
</style>