Shades of Elf Green #258665
Tints of Elf Green #258665
RGB
CMYK
RGB Variations
Color information
#258665 (or 0x258665) is known color: Elf Green. HEX triplet: 25, 86 and 65. RGB value is (37,134,101). Sum of RGB (Red+Green+Blue) = 37+134+101=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #258665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258665 is #DA799A. Grayscale: #656565. Windows color (decimal): -14317979 or 6653477. OLE color: 6653477.
HSL color Cylindrical-coordinate representation of color #258665: hue angle of 159.59º 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 #258665 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 134 | 101 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.47 |
| HSL | 159.59º | 0.57% | 0.34% | - |
| HSV(B) | 159.59º | 0.72% | 0.53% | - |
| XYZ | 11.64 | 18.38 | 15.25 | - |
| YUV | 101.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 101 | 0.72 | 0 | 0.25 | 0.47 | 159.59 | 0.57 | 0.34 |
| Hex | 25 | 86 | 65 | 48 | 0 | 19 | 2F | A0 | 39 | 22 |
| Octal | 45 | 206 | 145 | 110 | 0 | 31 | 57 | 240 | 71 | 42 |
| Binary | 100101 | 10000110 | 1100101 | 1001000 | 0 | 11001 | 101111 | 10100000 | 111001 | 100010 |
Color Harmonies of #258665
Complementary color
Monochromatic Colors of #258665
Black with #258665
Text Example
Text Example
White with #258665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258665; }
p { color: rgb(37,134,101); }
H1.HeaderClassName
{
color: #258665;
}
.AnyTagClassName
{
color: #258665;
}
</style>
background-color css
<style>
a { background-color: #258665; }
a { background-color: rgb(37,134,101); }
div.DivClassName
{
background-color: #258665;
}
.BgClassName
{
background-color: #258665;
}
</style>
border-color css
<style>
span { border-color: #258665; }
span { border-color: rgb(37,134,101); }
td.TdClassName
{
border-color: #258665;
}
.TagClassName
{
border-color: #258665;
}
</style>