Shades of Elf Green #259265
Tints of Elf Green #259265
RGB
CMYK
RGB Variations
Color information
#259265 (or 0x259265) is known color: Elf Green. HEX triplet: 25, 92 and 65. RGB value is (37,146,101). Sum of RGB (Red+Green+Blue) = 37+146+101=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #259265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259265 is #DA6D9A. Grayscale: #6C6C6C. Windows color (decimal): -14314907 or 6656549. OLE color: 6656549.
HSL color Cylindrical-coordinate representation of color #259265: hue angle of 155.23º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259265 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 101 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.43 |
| HSL | 155.23º | 0.6% | 0.36% | - |
| HSV(B) | 155.23º | 0.75% | 0.57% | - |
| XYZ | 13.39 | 21.89 | 15.83 | - |
| YUV | 108.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 101 | 0.75 | 0 | 0.31 | 0.43 | 155.23 | 0.6 | 0.36 |
| Hex | 25 | 92 | 65 | 4B | 0 | 1F | 2B | 9B | 3C | 24 |
| Octal | 45 | 222 | 145 | 113 | 0 | 37 | 53 | 233 | 74 | 44 |
| Binary | 100101 | 10010010 | 1100101 | 1001011 | 0 | 11111 | 101011 | 10011011 | 111100 | 100100 |
Color Harmonies of #259265
Complementary color
Monochromatic Colors of #259265
Black with #259265
Text Example
Text Example
White with #259265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259265; }
p { color: rgb(37,146,101); }
H1.HeaderClassName
{
color: #259265;
}
.AnyTagClassName
{
color: #259265;
}
</style>
background-color css
<style>
a { background-color: #259265; }
a { background-color: rgb(37,146,101); }
div.DivClassName
{
background-color: #259265;
}
.BgClassName
{
background-color: #259265;
}
</style>
border-color css
<style>
span { border-color: #259265; }
span { border-color: rgb(37,146,101); }
td.TdClassName
{
border-color: #259265;
}
.TagClassName
{
border-color: #259265;
}
</style>