Shades of Elf Green #25926F
Tints of Elf Green #25926F
RGB
CMYK
RGB Variations
Color information
#25926F (or 0x25926F) is known color: Elf Green. HEX triplet: 25, 92 and 6F. RGB value is (37,146,111). Sum of RGB (Red+Green+Blue) = 37+146+111=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #25926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25926F is #DA6D90. Grayscale: #6D6D6D. Windows color (decimal): -14314897 or 7311909. OLE color: 7311909.
HSL color Cylindrical-coordinate representation of color #25926F: hue angle of 160.73º 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 #25926F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 111 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.43 |
| HSL | 160.73º | 0.6% | 0.36% | - |
| HSV(B) | 160.73º | 0.75% | 0.57% | - |
| XYZ | 13.91 | 22.1 | 18.57 | - |
| YUV | 109.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 111 | 0.75 | 0 | 0.24 | 0.43 | 160.73 | 0.6 | 0.36 |
| Hex | 25 | 92 | 6F | 4B | 0 | 18 | 2B | A1 | 3C | 24 |
| Octal | 45 | 222 | 157 | 113 | 0 | 30 | 53 | 241 | 74 | 44 |
| Binary | 100101 | 10010010 | 1101111 | 1001011 | 0 | 11000 | 101011 | 10100001 | 111100 | 100100 |
Color Harmonies of #25926F
Complementary color
Monochromatic Colors of #25926F
Black with #25926F
Text Example
Text Example
White with #25926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25926F; }
p { color: rgb(37,146,111); }
H1.HeaderClassName
{
color: #25926F;
}
.AnyTagClassName
{
color: #25926F;
}
</style>
background-color css
<style>
a { background-color: #25926F; }
a { background-color: rgb(37,146,111); }
div.DivClassName
{
background-color: #25926F;
}
.BgClassName
{
background-color: #25926F;
}
</style>
border-color css
<style>
span { border-color: #25926F; }
span { border-color: rgb(37,146,111); }
td.TdClassName
{
border-color: #25926F;
}
.TagClassName
{
border-color: #25926F;
}
</style>