Shades of Elf Green #258063
Tints of Elf Green #258063
RGB
CMYK
RGB Variations
Color information
#258063 (or 0x258063) is known color: Elf Green. HEX triplet: 25, 80 and 63. RGB value is (37,128,99). Sum of RGB (Red+Green+Blue) = 37+128+99=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #258063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258063 is #DA7F9C. Grayscale: #616161. Windows color (decimal): -14319517 or 6520869. OLE color: 6520869.
HSL color Cylindrical-coordinate representation of color #258063: hue angle of 160.88º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258063 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 99 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.50 |
| HSL | 160.88º | 0.55% | 0.32% | - |
| HSV(B) | 160.88º | 0.71% | 0.5% | - |
| XYZ | 10.73 | 16.73 | 14.47 | - |
| YUV | 97.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 99 | 0.71 | 0 | 0.23 | 0.50 | 160.88 | 0.55 | 0.32 |
| Hex | 25 | 80 | 63 | 47 | 0 | 17 | 32 | A1 | 37 | 20 |
| Octal | 45 | 200 | 143 | 107 | 0 | 27 | 62 | 241 | 67 | 40 |
| Binary | 100101 | 10000000 | 1100011 | 1000111 | 0 | 10111 | 110010 | 10100001 | 110111 | 100000 |
Color Harmonies of #258063
Complementary color
Monochromatic Colors of #258063
Black with #258063
Text Example
Text Example
White with #258063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258063; }
p { color: rgb(37,128,99); }
H1.HeaderClassName
{
color: #258063;
}
.AnyTagClassName
{
color: #258063;
}
</style>
background-color css
<style>
a { background-color: #258063; }
a { background-color: rgb(37,128,99); }
div.DivClassName
{
background-color: #258063;
}
.BgClassName
{
background-color: #258063;
}
</style>
border-color css
<style>
span { border-color: #258063; }
span { border-color: rgb(37,128,99); }
td.TdClassName
{
border-color: #258063;
}
.TagClassName
{
border-color: #258063;
}
</style>