Shades of Elf Green #258562
Tints of Elf Green #258562
RGB
CMYK
RGB Variations
Color information
#258562 (or 0x258562) is known color: Elf Green. HEX triplet: 25, 85 and 62. RGB value is (37,133,98). Sum of RGB (Red+Green+Blue) = 37+133+98=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #258562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258562 is #DA7A9D. Grayscale: #646464. Windows color (decimal): -14318238 or 6456613. OLE color: 6456613.
HSL color Cylindrical-coordinate representation of color #258562: hue angle of 158.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258562 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 98 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.48 |
| HSL | 158.13º | 0.56% | 0.33% | - |
| HSV(B) | 158.13º | 0.72% | 0.52% | - |
| XYZ | 11.36 | 18.05 | 14.44 | - |
| YUV | 100.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 98 | 0.72 | 0 | 0.26 | 0.48 | 158.13 | 0.56 | 0.33 |
| Hex | 25 | 85 | 62 | 48 | 0 | 1A | 30 | 9E | 38 | 21 |
| Octal | 45 | 205 | 142 | 110 | 0 | 32 | 60 | 236 | 70 | 41 |
| Binary | 100101 | 10000101 | 1100010 | 1001000 | 0 | 11010 | 110000 | 10011110 | 111000 | 100001 |
Color Harmonies of #258562
Complementary color
Monochromatic Colors of #258562
Black with #258562
Text Example
Text Example
White with #258562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258562; }
p { color: rgb(37,133,98); }
H1.HeaderClassName
{
color: #258562;
}
.AnyTagClassName
{
color: #258562;
}
</style>
background-color css
<style>
a { background-color: #258562; }
a { background-color: rgb(37,133,98); }
div.DivClassName
{
background-color: #258562;
}
.BgClassName
{
background-color: #258562;
}
</style>
border-color css
<style>
span { border-color: #258562; }
span { border-color: rgb(37,133,98); }
td.TdClassName
{
border-color: #258562;
}
.TagClassName
{
border-color: #258562;
}
</style>