Shades of Elf Green #258E76
Tints of Elf Green #258E76
RGB
CMYK
RGB Variations
Color information
#258E76 (or 0x258E76) is known color: Elf Green. HEX triplet: 25, 8E and 76. RGB value is (37,142,118). Sum of RGB (Red+Green+Blue) = 37+142+118=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #258E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E76 is #DA7189. Grayscale: #6B6B6B. Windows color (decimal): -14315914 or 7769637. OLE color: 7769637.
HSL color Cylindrical-coordinate representation of color #258E76: hue angle of 166.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E76 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 142 | 118 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.44 |
| HSL | 166.29º | 0.59% | 0.35% | - |
| HSV(B) | 166.29º | 0.74% | 0.56% | - |
| XYZ | 13.71 | 21.05 | 20.48 | - |
| YUV | 107.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 118 | 0.74 | 0 | 0.17 | 0.44 | 166.29 | 0.59 | 0.35 |
| Hex | 25 | 8E | 76 | 4A | 0 | 11 | 2C | A6 | 3B | 23 |
| Octal | 45 | 216 | 166 | 112 | 0 | 21 | 54 | 246 | 73 | 43 |
| Binary | 100101 | 10001110 | 1110110 | 1001010 | 0 | 10001 | 101100 | 10100110 | 111011 | 100011 |
Color Harmonies of #258E76
Complementary color
Monochromatic Colors of #258E76
Black with #258E76
Text Example
Text Example
White with #258E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258E76; }
p { color: rgb(37,142,118); }
H1.HeaderClassName
{
color: #258E76;
}
.AnyTagClassName
{
color: #258E76;
}
</style>
background-color css
<style>
a { background-color: #258E76; }
a { background-color: rgb(37,142,118); }
div.DivClassName
{
background-color: #258E76;
}
.BgClassName
{
background-color: #258E76;
}
</style>
border-color css
<style>
span { border-color: #258E76; }
span { border-color: rgb(37,142,118); }
td.TdClassName
{
border-color: #258E76;
}
.TagClassName
{
border-color: #258E76;
}
</style>