Shades of Elf Green #25917A
Tints of Elf Green #25917A
RGB
CMYK
RGB Variations
Color information
#25917A (or 0x25917A) is known color: Elf Green. HEX triplet: 25, 91 and 7A. RGB value is (37,145,122). Sum of RGB (Red+Green+Blue) = 37+145+122=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #25917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25917A is #DA6E85. Grayscale: #6E6E6E. Windows color (decimal): -14315142 or 8032549. OLE color: 8032549.
HSL color Cylindrical-coordinate representation of color #25917A: hue angle of 167.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25917A is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 122 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.43 |
| HSL | 167.22º | 0.59% | 0.36% | - |
| HSV(B) | 167.22º | 0.74% | 0.57% | - |
| XYZ | 14.4 | 22.05 | 21.91 | - |
| YUV | 110.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 122 | 0.74 | 0 | 0.16 | 0.43 | 167.22 | 0.59 | 0.36 |
| Hex | 25 | 91 | 7A | 4A | 0 | 10 | 2B | A7 | 3B | 24 |
| Octal | 45 | 221 | 172 | 112 | 0 | 20 | 53 | 247 | 73 | 44 |
| Binary | 100101 | 10010001 | 1111010 | 1001010 | 0 | 10000 | 101011 | 10100111 | 111011 | 100100 |
Color Harmonies of #25917A
Complementary color
Monochromatic Colors of #25917A
Black with #25917A
Text Example
Text Example
White with #25917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25917A; }
p { color: rgb(37,145,122); }
H1.HeaderClassName
{
color: #25917A;
}
.AnyTagClassName
{
color: #25917A;
}
</style>
background-color css
<style>
a { background-color: #25917A; }
a { background-color: rgb(37,145,122); }
div.DivClassName
{
background-color: #25917A;
}
.BgClassName
{
background-color: #25917A;
}
</style>
border-color css
<style>
span { border-color: #25917A; }
span { border-color: rgb(37,145,122); }
td.TdClassName
{
border-color: #25917A;
}
.TagClassName
{
border-color: #25917A;
}
</style>