Shades of Elf Green #258C63
Tints of Elf Green #258C63
RGB
CMYK
RGB Variations
Color information
#258C63 (or 0x258C63) is known color: Elf Green. HEX triplet: 25, 8C and 63. RGB value is (37,140,99). Sum of RGB (Red+Green+Blue) = 37+140+99=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #258C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258C63 is #DA739C. Grayscale: #686868. Windows color (decimal): -14316445 or 6523941. OLE color: 6523941.
HSL color Cylindrical-coordinate representation of color #258C63: hue angle of 156.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258C63 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 99 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.45 |
| HSL | 156.12º | 0.58% | 0.35% | - |
| HSV(B) | 156.12º | 0.74% | 0.55% | - |
| XYZ | 12.39 | 20.05 | 15.02 | - |
| YUV | 104.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 99 | 0.74 | 0 | 0.29 | 0.45 | 156.12 | 0.58 | 0.35 |
| Hex | 25 | 8C | 63 | 4A | 0 | 1D | 2D | 9C | 3A | 23 |
| Octal | 45 | 214 | 143 | 112 | 0 | 35 | 55 | 234 | 72 | 43 |
| Binary | 100101 | 10001100 | 1100011 | 1001010 | 0 | 11101 | 101101 | 10011100 | 111010 | 100011 |
Color Harmonies of #258C63
Complementary color
Monochromatic Colors of #258C63
Black with #258C63
Text Example
Text Example
White with #258C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C63; }
p { color: rgb(37,140,99); }
H1.HeaderClassName
{
color: #258C63;
}
.AnyTagClassName
{
color: #258C63;
}
</style>
background-color css
<style>
a { background-color: #258C63; }
a { background-color: rgb(37,140,99); }
div.DivClassName
{
background-color: #258C63;
}
.BgClassName
{
background-color: #258C63;
}
</style>
border-color css
<style>
span { border-color: #258C63; }
span { border-color: rgb(37,140,99); }
td.TdClassName
{
border-color: #258C63;
}
.TagClassName
{
border-color: #258C63;
}
</style>