Shades of Elf Green #258A6E
Tints of Elf Green #258A6E
RGB
CMYK
RGB Variations
Color information
#258A6E (or 0x258A6E) is known color: Elf Green. HEX triplet: 25, 8A and 6E. RGB value is (37,138,110). Sum of RGB (Red+Green+Blue) = 37+138+110=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #258A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A6E is #DA7591. Grayscale: #686868. Windows color (decimal): -14316946 or 7244325. OLE color: 7244325.
HSL color Cylindrical-coordinate representation of color #258A6E: hue angle of 163.37º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A6E is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 110 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.46 |
| HSL | 163.37º | 0.58% | 0.34% | - |
| HSV(B) | 163.37º | 0.73% | 0.54% | - |
| XYZ | 12.67 | 19.7 | 17.89 | - |
| YUV | 104.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 110 | 0.73 | 0 | 0.20 | 0.46 | 163.37 | 0.58 | 0.34 |
| Hex | 25 | 8A | 6E | 49 | 0 | 14 | 2E | A3 | 3A | 22 |
| Octal | 45 | 212 | 156 | 111 | 0 | 24 | 56 | 243 | 72 | 42 |
| Binary | 100101 | 10001010 | 1101110 | 1001001 | 0 | 10100 | 101110 | 10100011 | 111010 | 100010 |
Color Harmonies of #258A6E
Complementary color
Monochromatic Colors of #258A6E
Black with #258A6E
Text Example
Text Example
White with #258A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A6E; }
p { color: rgb(37,138,110); }
H1.HeaderClassName
{
color: #258A6E;
}
.AnyTagClassName
{
color: #258A6E;
}
</style>
background-color css
<style>
a { background-color: #258A6E; }
a { background-color: rgb(37,138,110); }
div.DivClassName
{
background-color: #258A6E;
}
.BgClassName
{
background-color: #258A6E;
}
</style>
border-color css
<style>
span { border-color: #258A6E; }
span { border-color: rgb(37,138,110); }
td.TdClassName
{
border-color: #258A6E;
}
.TagClassName
{
border-color: #258A6E;
}
</style>