Shades of Elf Green #259473
Tints of Elf Green #259473
RGB
CMYK
RGB Variations
Color information
#259473 (or 0x259473) is known color: Elf Green. HEX triplet: 25, 94 and 73. RGB value is (37,148,115). Sum of RGB (Red+Green+Blue) = 37+148+115=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #259473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259473 is #DA6B8C. Grayscale: #6F6F6F. Windows color (decimal): -14314381 or 7574565. OLE color: 7574565.
HSL color Cylindrical-coordinate representation of color #259473: hue angle of 162.16º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259473 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 115 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.42 |
| HSL | 162.16º | 0.6% | 0.36% | - |
| HSV(B) | 162.16º | 0.75% | 0.58% | - |
| XYZ | 14.45 | 22.81 | 19.86 | - |
| YUV | 111.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 115 | 0.75 | 0 | 0.22 | 0.42 | 162.16 | 0.6 | 0.36 |
| Hex | 25 | 94 | 73 | 4B | 0 | 16 | 2A | A2 | 3C | 24 |
| Octal | 45 | 224 | 163 | 113 | 0 | 26 | 52 | 242 | 74 | 44 |
| Binary | 100101 | 10010100 | 1110011 | 1001011 | 0 | 10110 | 101010 | 10100010 | 111100 | 100100 |
Color Harmonies of #259473
Complementary color
Monochromatic Colors of #259473
Black with #259473
Text Example
Text Example
White with #259473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259473; }
p { color: rgb(37,148,115); }
H1.HeaderClassName
{
color: #259473;
}
.AnyTagClassName
{
color: #259473;
}
</style>
background-color css
<style>
a { background-color: #259473; }
a { background-color: rgb(37,148,115); }
div.DivClassName
{
background-color: #259473;
}
.BgClassName
{
background-color: #259473;
}
</style>
border-color css
<style>
span { border-color: #259473; }
span { border-color: rgb(37,148,115); }
td.TdClassName
{
border-color: #259473;
}
.TagClassName
{
border-color: #259473;
}
</style>