Shades of Elf Green #258572
Tints of Elf Green #258572
RGB
CMYK
RGB Variations
Color information
#258572 (or 0x258572) is known color: Elf Green. HEX triplet: 25, 85 and 72. RGB value is (37,133,114). Sum of RGB (Red+Green+Blue) = 37+133+114=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #258572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258572 is #DA7A8D. Grayscale: #666666. Windows color (decimal): -14318222 or 7505189. OLE color: 7505189.
HSL color Cylindrical-coordinate representation of color #258572: hue angle of 168.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 #258572 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 114 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.48 |
| HSL | 168.13º | 0.56% | 0.33% | - |
| HSV(B) | 168.13º | 0.72% | 0.52% | - |
| XYZ | 12.19 | 18.38 | 18.83 | - |
| YUV | 102.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 114 | 0.72 | 0 | 0.14 | 0.48 | 168.13 | 0.56 | 0.33 |
| Hex | 25 | 85 | 72 | 48 | 0 | E | 30 | A8 | 38 | 21 |
| Octal | 45 | 205 | 162 | 110 | 0 | 16 | 60 | 250 | 70 | 41 |
| Binary | 100101 | 10000101 | 1110010 | 1001000 | 0 | 1110 | 110000 | 10101000 | 111000 | 100001 |
Color Harmonies of #258572
Complementary color
Monochromatic Colors of #258572
Black with #258572
Text Example
Text Example
White with #258572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258572; }
p { color: rgb(37,133,114); }
H1.HeaderClassName
{
color: #258572;
}
.AnyTagClassName
{
color: #258572;
}
</style>
background-color css
<style>
a { background-color: #258572; }
a { background-color: rgb(37,133,114); }
div.DivClassName
{
background-color: #258572;
}
.BgClassName
{
background-color: #258572;
}
</style>
border-color css
<style>
span { border-color: #258572; }
span { border-color: rgb(37,133,114); }
td.TdClassName
{
border-color: #258572;
}
.TagClassName
{
border-color: #258572;
}
</style>