Shades of Elf Green #258D68
Tints of Elf Green #258D68
RGB
CMYK
RGB Variations
Color information
#258D68 (or 0x258D68) is known color: Elf Green. HEX triplet: 25, 8D and 68. RGB value is (37,141,104). Sum of RGB (Red+Green+Blue) = 37+141+104=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #258D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258D68 is #DA7297. Grayscale: #696969. Windows color (decimal): -14316184 or 6851877. OLE color: 6851877.
HSL color Cylindrical-coordinate representation of color #258D68: hue angle of 158.65º 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 #258D68 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 141 | 104 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.45 |
| HSL | 158.65º | 0.58% | 0.35% | - |
| HSV(B) | 158.65º | 0.74% | 0.55% | - |
| XYZ | 12.79 | 20.44 | 16.37 | - |
| YUV | 105.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 104 | 0.74 | 0 | 0.26 | 0.45 | 158.65 | 0.58 | 0.35 |
| Hex | 25 | 8D | 68 | 4A | 0 | 1A | 2D | 9F | 3A | 23 |
| Octal | 45 | 215 | 150 | 112 | 0 | 32 | 55 | 237 | 72 | 43 |
| Binary | 100101 | 10001101 | 1101000 | 1001010 | 0 | 11010 | 101101 | 10011111 | 111010 | 100011 |
Color Harmonies of #258D68
Complementary color
Monochromatic Colors of #258D68
Black with #258D68
Text Example
Text Example
White with #258D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D68; }
p { color: rgb(37,141,104); }
H1.HeaderClassName
{
color: #258D68;
}
.AnyTagClassName
{
color: #258D68;
}
</style>
background-color css
<style>
a { background-color: #258D68; }
a { background-color: rgb(37,141,104); }
div.DivClassName
{
background-color: #258D68;
}
.BgClassName
{
background-color: #258D68;
}
</style>
border-color css
<style>
span { border-color: #258D68; }
span { border-color: rgb(37,141,104); }
td.TdClassName
{
border-color: #258D68;
}
.TagClassName
{
border-color: #258D68;
}
</style>