Shades of Elf Green #259075
Tints of Elf Green #259075
RGB
CMYK
RGB Variations
Color information
#259075 (or 0x259075) is known color: Elf Green. HEX triplet: 25, 90 and 75. RGB value is (37,144,117). Sum of RGB (Red+Green+Blue) = 37+144+117=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #259075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259075 is #DA6F8A. Grayscale: #6C6C6C. Windows color (decimal): -14315403 or 7704613. OLE color: 7704613.
HSL color Cylindrical-coordinate representation of color #259075: hue angle of 164.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259075 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 117 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.44 |
| HSL | 164.86º | 0.59% | 0.35% | - |
| HSV(B) | 164.86º | 0.74% | 0.56% | - |
| XYZ | 13.95 | 21.62 | 20.27 | - |
| YUV | 108.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 117 | 0.74 | 0 | 0.19 | 0.44 | 164.86 | 0.59 | 0.35 |
| Hex | 25 | 90 | 75 | 4A | 0 | 13 | 2C | A5 | 3B | 23 |
| Octal | 45 | 220 | 165 | 112 | 0 | 23 | 54 | 245 | 73 | 43 |
| Binary | 100101 | 10010000 | 1110101 | 1001010 | 0 | 10011 | 101100 | 10100101 | 111011 | 100011 |
Color Harmonies of #259075
Complementary color
Monochromatic Colors of #259075
Black with #259075
Text Example
Text Example
White with #259075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259075; }
p { color: rgb(37,144,117); }
H1.HeaderClassName
{
color: #259075;
}
.AnyTagClassName
{
color: #259075;
}
</style>
background-color css
<style>
a { background-color: #259075; }
a { background-color: rgb(37,144,117); }
div.DivClassName
{
background-color: #259075;
}
.BgClassName
{
background-color: #259075;
}
</style>
border-color css
<style>
span { border-color: #259075; }
span { border-color: rgb(37,144,117); }
td.TdClassName
{
border-color: #259075;
}
.TagClassName
{
border-color: #259075;
}
</style>