Shades of Elf Green #238261
Tints of Elf Green #238261
RGB
CMYK
RGB Variations
Color information
#238261 (or 0x238261) is known color: Elf Green. HEX triplet: 23, 82 and 61. RGB value is (35,130,97). Sum of RGB (Red+Green+Blue) = 35+130+97=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #238261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238261 is #DC7D9E. Grayscale: #616161. Windows color (decimal): -14450079 or 6390307. OLE color: 6390307.
HSL color Cylindrical-coordinate representation of color #238261: hue angle of 159.16º 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 #238261 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 97 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.49 |
| HSL | 159.16º | 0.58% | 0.32% | - |
| HSV(B) | 159.16º | 0.73% | 0.51% | - |
| XYZ | 10.83 | 17.19 | 14.06 | - |
| YUV | 97.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 97 | 0.73 | 0 | 0.25 | 0.49 | 159.16 | 0.58 | 0.32 |
| Hex | 23 | 82 | 61 | 49 | 0 | 19 | 31 | 9F | 3A | 20 |
| Octal | 43 | 202 | 141 | 111 | 0 | 31 | 61 | 237 | 72 | 40 |
| Binary | 100011 | 10000010 | 1100001 | 1001001 | 0 | 11001 | 110001 | 10011111 | 111010 | 100000 |
Color Harmonies of #238261
Complementary color
Monochromatic Colors of #238261
Black with #238261
Text Example
Text Example
White with #238261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238261; }
p { color: rgb(35,130,97); }
H1.HeaderClassName
{
color: #238261;
}
.AnyTagClassName
{
color: #238261;
}
</style>
background-color css
<style>
a { background-color: #238261; }
a { background-color: rgb(35,130,97); }
div.DivClassName
{
background-color: #238261;
}
.BgClassName
{
background-color: #238261;
}
</style>
border-color css
<style>
span { border-color: #238261; }
span { border-color: rgb(35,130,97); }
td.TdClassName
{
border-color: #238261;
}
.TagClassName
{
border-color: #238261;
}
</style>