Shades of Elf Green #238260
Tints of Elf Green #238260
RGB
CMYK
RGB Variations
Color information
#238260 (or 0x238260) is known color: Elf Green. HEX triplet: 23, 82 and 60. RGB value is (35,130,96). Sum of RGB (Red+Green+Blue) = 35+130+96=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #238260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238260 is #DC7D9F. Grayscale: #616161. Windows color (decimal): -14450080 or 6324771. OLE color: 6324771.
HSL color Cylindrical-coordinate representation of color #238260: hue angle of 158.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238260 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 96 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.49 |
| HSL | 158.53º | 0.58% | 0.32% | - |
| HSV(B) | 158.53º | 0.73% | 0.51% | - |
| XYZ | 10.79 | 17.17 | 13.81 | - |
| YUV | 97.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 96 | 0.73 | 0 | 0.26 | 0.49 | 158.53 | 0.58 | 0.32 |
| Hex | 23 | 82 | 60 | 49 | 0 | 1A | 31 | 9F | 3A | 20 |
| Octal | 43 | 202 | 140 | 111 | 0 | 32 | 61 | 237 | 72 | 40 |
| Binary | 100011 | 10000010 | 1100000 | 1001001 | 0 | 11010 | 110001 | 10011111 | 111010 | 100000 |
Color Harmonies of #238260
Complementary color
Monochromatic Colors of #238260
Black with #238260
Text Example
Text Example
White with #238260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238260; }
p { color: rgb(35,130,96); }
H1.HeaderClassName
{
color: #238260;
}
.AnyTagClassName
{
color: #238260;
}
</style>
background-color css
<style>
a { background-color: #238260; }
a { background-color: rgb(35,130,96); }
div.DivClassName
{
background-color: #238260;
}
.BgClassName
{
background-color: #238260;
}
</style>
border-color css
<style>
span { border-color: #238260; }
span { border-color: rgb(35,130,96); }
td.TdClassName
{
border-color: #238260;
}
.TagClassName
{
border-color: #238260;
}
</style>