Shades of Elf Green #258463
Tints of Elf Green #258463
RGB
CMYK
RGB Variations
Color information
#258463 (or 0x258463) is known color: Elf Green. HEX triplet: 25, 84 and 63. RGB value is (37,132,99). Sum of RGB (Red+Green+Blue) = 37+132+99=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #258463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258463 is #DA7B9C. Grayscale: #636363. Windows color (decimal): -14318493 or 6521893. OLE color: 6521893.
HSL color Cylindrical-coordinate representation of color #258463: hue angle of 159.16º 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 #258463 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 99 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.48 |
| HSL | 159.16º | 0.56% | 0.33% | - |
| HSV(B) | 159.16º | 0.72% | 0.52% | - |
| XYZ | 11.27 | 17.8 | 14.65 | - |
| YUV | 99.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 99 | 0.72 | 0 | 0.25 | 0.48 | 159.16 | 0.56 | 0.33 |
| Hex | 25 | 84 | 63 | 48 | 0 | 19 | 30 | 9F | 38 | 21 |
| Octal | 45 | 204 | 143 | 110 | 0 | 31 | 60 | 237 | 70 | 41 |
| Binary | 100101 | 10000100 | 1100011 | 1001000 | 0 | 11001 | 110000 | 10011111 | 111000 | 100001 |
Color Harmonies of #258463
Complementary color
Monochromatic Colors of #258463
Black with #258463
Text Example
Text Example
White with #258463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258463; }
p { color: rgb(37,132,99); }
H1.HeaderClassName
{
color: #258463;
}
.AnyTagClassName
{
color: #258463;
}
</style>
background-color css
<style>
a { background-color: #258463; }
a { background-color: rgb(37,132,99); }
div.DivClassName
{
background-color: #258463;
}
.BgClassName
{
background-color: #258463;
}
</style>
border-color css
<style>
span { border-color: #258463; }
span { border-color: rgb(37,132,99); }
td.TdClassName
{
border-color: #258463;
}
.TagClassName
{
border-color: #258463;
}
</style>