Shades of Elf Green #258262
Tints of Elf Green #258262
RGB
CMYK
RGB Variations
Color information
#258262 (or 0x258262) is known color: Elf Green. HEX triplet: 25, 82 and 62. RGB value is (37,130,98). Sum of RGB (Red+Green+Blue) = 37+130+98=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #258262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258262 is #DA7D9D. Grayscale: #626262. Windows color (decimal): -14319006 or 6455845. OLE color: 6455845.
HSL color Cylindrical-coordinate representation of color #258262: hue angle of 159.35º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258262 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 98 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.49 |
| HSL | 159.35º | 0.56% | 0.33% | - |
| HSV(B) | 159.35º | 0.72% | 0.51% | - |
| XYZ | 10.95 | 17.24 | 14.31 | - |
| YUV | 98.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 98 | 0.72 | 0 | 0.25 | 0.49 | 159.35 | 0.56 | 0.33 |
| Hex | 25 | 82 | 62 | 48 | 0 | 19 | 31 | 9F | 38 | 21 |
| Octal | 45 | 202 | 142 | 110 | 0 | 31 | 61 | 237 | 70 | 41 |
| Binary | 100101 | 10000010 | 1100010 | 1001000 | 0 | 11001 | 110001 | 10011111 | 111000 | 100001 |
Color Harmonies of #258262
Complementary color
Monochromatic Colors of #258262
Black with #258262
Text Example
Text Example
White with #258262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258262; }
p { color: rgb(37,130,98); }
H1.HeaderClassName
{
color: #258262;
}
.AnyTagClassName
{
color: #258262;
}
</style>
background-color css
<style>
a { background-color: #258262; }
a { background-color: rgb(37,130,98); }
div.DivClassName
{
background-color: #258262;
}
.BgClassName
{
background-color: #258262;
}
</style>
border-color css
<style>
span { border-color: #258262; }
span { border-color: rgb(37,130,98); }
td.TdClassName
{
border-color: #258262;
}
.TagClassName
{
border-color: #258262;
}
</style>