Shades of Elf Green #25926D
Tints of Elf Green #25926D
RGB
CMYK
RGB Variations
Color information
#25926D (or 0x25926D) is known color: Elf Green. HEX triplet: 25, 92 and 6D. RGB value is (37,146,109). Sum of RGB (Red+Green+Blue) = 37+146+109=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #25926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25926D is #DA6D92. Grayscale: #6D6D6D. Windows color (decimal): -14314899 or 7180837. OLE color: 7180837.
HSL color Cylindrical-coordinate representation of color #25926D: hue angle of 159.63º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25926D is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 109 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.43 |
| HSL | 159.63º | 0.6% | 0.36% | - |
| HSV(B) | 159.63º | 0.75% | 0.57% | - |
| XYZ | 13.8 | 22.06 | 18 | - |
| YUV | 109.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 109 | 0.75 | 0 | 0.25 | 0.43 | 159.63 | 0.6 | 0.36 |
| Hex | 25 | 92 | 6D | 4B | 0 | 19 | 2B | A0 | 3C | 24 |
| Octal | 45 | 222 | 155 | 113 | 0 | 31 | 53 | 240 | 74 | 44 |
| Binary | 100101 | 10010010 | 1101101 | 1001011 | 0 | 11001 | 101011 | 10100000 | 111100 | 100100 |
Color Harmonies of #25926D
Complementary color
Monochromatic Colors of #25926D
Black with #25926D
Text Example
Text Example
White with #25926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25926D; }
p { color: rgb(37,146,109); }
H1.HeaderClassName
{
color: #25926D;
}
.AnyTagClassName
{
color: #25926D;
}
</style>
background-color css
<style>
a { background-color: #25926D; }
a { background-color: rgb(37,146,109); }
div.DivClassName
{
background-color: #25926D;
}
.BgClassName
{
background-color: #25926D;
}
</style>
border-color css
<style>
span { border-color: #25926D; }
span { border-color: rgb(37,146,109); }
td.TdClassName
{
border-color: #25926D;
}
.TagClassName
{
border-color: #25926D;
}
</style>