Shades of Elf Green #258263
Tints of Elf Green #258263
RGB
CMYK
RGB Variations
Color information
#258263 (or 0x258263) is known color: Elf Green. HEX triplet: 25, 82 and 63. RGB value is (37,130,99). Sum of RGB (Red+Green+Blue) = 37+130+99=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #258263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258263 is #DA7D9C. Grayscale: #626262. Windows color (decimal): -14319005 or 6521381. OLE color: 6521381.
HSL color Cylindrical-coordinate representation of color #258263: hue angle of 160º 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 #258263 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 99 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.49 |
| HSL | 160º | 0.56% | 0.33% | - |
| HSV(B) | 160º | 0.72% | 0.51% | - |
| XYZ | 11 | 17.26 | 14.56 | - |
| YUV | 98.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 99 | 0.72 | 0 | 0.24 | 0.49 | 160 | 0.56 | 0.33 |
| Hex | 25 | 82 | 63 | 48 | 0 | 18 | 31 | A0 | 38 | 21 |
| Octal | 45 | 202 | 143 | 110 | 0 | 30 | 61 | 240 | 70 | 41 |
| Binary | 100101 | 10000010 | 1100011 | 1001000 | 0 | 11000 | 110001 | 10100000 | 111000 | 100001 |
Color Harmonies of #258263
Complementary color
Monochromatic Colors of #258263
Black with #258263
Text Example
Text Example
White with #258263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258263; }
p { color: rgb(37,130,99); }
H1.HeaderClassName
{
color: #258263;
}
.AnyTagClassName
{
color: #258263;
}
</style>
background-color css
<style>
a { background-color: #258263; }
a { background-color: rgb(37,130,99); }
div.DivClassName
{
background-color: #258263;
}
.BgClassName
{
background-color: #258263;
}
</style>
border-color css
<style>
span { border-color: #258263; }
span { border-color: rgb(37,130,99); }
td.TdClassName
{
border-color: #258263;
}
.TagClassName
{
border-color: #258263;
}
</style>