Shades of Elf Green #259374
Tints of Elf Green #259374
RGB
CMYK
RGB Variations
Color information
#259374 (or 0x259374) is known color: Elf Green. HEX triplet: 25, 93 and 74. RGB value is (37,147,116). Sum of RGB (Red+Green+Blue) = 37+147+116=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #259374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259374 is #DA6C8B. Grayscale: #6E6E6E. Windows color (decimal): -14314636 or 7639845. OLE color: 7639845.
HSL color Cylindrical-coordinate representation of color #259374: hue angle of 163.09º 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 #259374 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 116 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.42 |
| HSL | 163.09º | 0.6% | 0.36% | - |
| HSV(B) | 163.09º | 0.75% | 0.58% | - |
| XYZ | 14.35 | 22.52 | 20.11 | - |
| YUV | 110.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 116 | 0.75 | 0 | 0.21 | 0.42 | 163.09 | 0.6 | 0.36 |
| Hex | 25 | 93 | 74 | 4B | 0 | 15 | 2A | A3 | 3C | 24 |
| Octal | 45 | 223 | 164 | 113 | 0 | 25 | 52 | 243 | 74 | 44 |
| Binary | 100101 | 10010011 | 1110100 | 1001011 | 0 | 10101 | 101010 | 10100011 | 111100 | 100100 |
Color Harmonies of #259374
Complementary color
Monochromatic Colors of #259374
Black with #259374
Text Example
Text Example
White with #259374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259374; }
p { color: rgb(37,147,116); }
H1.HeaderClassName
{
color: #259374;
}
.AnyTagClassName
{
color: #259374;
}
</style>
background-color css
<style>
a { background-color: #259374; }
a { background-color: rgb(37,147,116); }
div.DivClassName
{
background-color: #259374;
}
.BgClassName
{
background-color: #259374;
}
</style>
border-color css
<style>
span { border-color: #259374; }
span { border-color: rgb(37,147,116); }
td.TdClassName
{
border-color: #259374;
}
.TagClassName
{
border-color: #259374;
}
</style>