Shades of Elf Green #25937D
Tints of Elf Green #25937D
RGB
CMYK
RGB Variations
Color information
#25937D (or 0x25937D) is known color: Elf Green. HEX triplet: 25, 93 and 7D. RGB value is (37,147,125). Sum of RGB (Red+Green+Blue) = 37+147+125=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #25937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25937D is #DA6C82. Grayscale: #6F6F6F. Windows color (decimal): -14314627 or 8229669. OLE color: 8229669.
HSL color Cylindrical-coordinate representation of color #25937D: hue angle of 168º 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 #25937D is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 125 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.42 |
| HSL | 168º | 0.6% | 0.36% | - |
| HSV(B) | 168º | 0.75% | 0.58% | - |
| XYZ | 14.9 | 22.74 | 23.01 | - |
| YUV | 111.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 125 | 0.75 | 0 | 0.15 | 0.42 | 168 | 0.6 | 0.36 |
| Hex | 25 | 93 | 7D | 4B | 0 | F | 2A | A8 | 3C | 24 |
| Octal | 45 | 223 | 175 | 113 | 0 | 17 | 52 | 250 | 74 | 44 |
| Binary | 100101 | 10010011 | 1111101 | 1001011 | 0 | 1111 | 101010 | 10101000 | 111100 | 100100 |
Color Harmonies of #25937D
Complementary color
Monochromatic Colors of #25937D
Black with #25937D
Text Example
Text Example
White with #25937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25937D; }
p { color: rgb(37,147,125); }
H1.HeaderClassName
{
color: #25937D;
}
.AnyTagClassName
{
color: #25937D;
}
</style>
background-color css
<style>
a { background-color: #25937D; }
a { background-color: rgb(37,147,125); }
div.DivClassName
{
background-color: #25937D;
}
.BgClassName
{
background-color: #25937D;
}
</style>
border-color css
<style>
span { border-color: #25937D; }
span { border-color: rgb(37,147,125); }
td.TdClassName
{
border-color: #25937D;
}
.TagClassName
{
border-color: #25937D;
}
</style>