Shades of Elf Green #25866F
Tints of Elf Green #25866F
RGB
CMYK
RGB Variations
Color information
#25866F (or 0x25866F) is known color: Elf Green. HEX triplet: 25, 86 and 6F. RGB value is (37,134,111). Sum of RGB (Red+Green+Blue) = 37+134+111=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #25866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25866F is #DA7990. Grayscale: #666666. Windows color (decimal): -14317969 or 7308837. OLE color: 7308837.
HSL color Cylindrical-coordinate representation of color #25866F: hue angle of 165.77º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25866F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 134 | 111 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.47 |
| HSL | 165.77º | 0.57% | 0.34% | - |
| HSV(B) | 165.77º | 0.72% | 0.53% | - |
| XYZ | 12.16 | 18.59 | 17.99 | - |
| YUV | 102.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 111 | 0.72 | 0 | 0.17 | 0.47 | 165.77 | 0.57 | 0.34 |
| Hex | 25 | 86 | 6F | 48 | 0 | 11 | 2F | A6 | 39 | 22 |
| Octal | 45 | 206 | 157 | 110 | 0 | 21 | 57 | 246 | 71 | 42 |
| Binary | 100101 | 10000110 | 1101111 | 1001000 | 0 | 10001 | 101111 | 10100110 | 111001 | 100010 |
Color Harmonies of #25866F
Complementary color
Monochromatic Colors of #25866F
Black with #25866F
Text Example
Text Example
White with #25866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25866F; }
p { color: rgb(37,134,111); }
H1.HeaderClassName
{
color: #25866F;
}
.AnyTagClassName
{
color: #25866F;
}
</style>
background-color css
<style>
a { background-color: #25866F; }
a { background-color: rgb(37,134,111); }
div.DivClassName
{
background-color: #25866F;
}
.BgClassName
{
background-color: #25866F;
}
</style>
border-color css
<style>
span { border-color: #25866F; }
span { border-color: rgb(37,134,111); }
td.TdClassName
{
border-color: #25866F;
}
.TagClassName
{
border-color: #25866F;
}
</style>