Shades of Elf Green #258264
Tints of Elf Green #258264
RGB
CMYK
RGB Variations
Color information
#258264 (or 0x258264) is known color: Elf Green. HEX triplet: 25, 82 and 64. RGB value is (37,130,100). Sum of RGB (Red+Green+Blue) = 37+130+100=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #258264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258264 is #DA7D9B. Grayscale: #626262. Windows color (decimal): -14319004 or 6586917. OLE color: 6586917.
HSL color Cylindrical-coordinate representation of color #258264: hue angle of 160.65º 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 #258264 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 100 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.49 |
| HSL | 160.65º | 0.56% | 0.33% | - |
| HSV(B) | 160.65º | 0.72% | 0.51% | - |
| XYZ | 11.05 | 17.28 | 14.81 | - |
| YUV | 98.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 100 | 0.72 | 0 | 0.23 | 0.49 | 160.65 | 0.56 | 0.33 |
| Hex | 25 | 82 | 64 | 48 | 0 | 17 | 31 | A1 | 38 | 21 |
| Octal | 45 | 202 | 144 | 110 | 0 | 27 | 61 | 241 | 70 | 41 |
| Binary | 100101 | 10000010 | 1100100 | 1001000 | 0 | 10111 | 110001 | 10100001 | 111000 | 100001 |
Color Harmonies of #258264
Complementary color
Monochromatic Colors of #258264
Black with #258264
Text Example
Text Example
White with #258264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258264; }
p { color: rgb(37,130,100); }
H1.HeaderClassName
{
color: #258264;
}
.AnyTagClassName
{
color: #258264;
}
</style>
background-color css
<style>
a { background-color: #258264; }
a { background-color: rgb(37,130,100); }
div.DivClassName
{
background-color: #258264;
}
.BgClassName
{
background-color: #258264;
}
</style>
border-color css
<style>
span { border-color: #258264; }
span { border-color: rgb(37,130,100); }
td.TdClassName
{
border-color: #258264;
}
.TagClassName
{
border-color: #258264;
}
</style>