Shades of Elf Green #239471
Tints of Elf Green #239471
RGB
CMYK
RGB Variations
Color information
#239471 (or 0x239471) is known color: Elf Green. HEX triplet: 23, 94 and 71. RGB value is (35,148,113). Sum of RGB (Red+Green+Blue) = 35+148+113=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #239471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239471 is #DC6B8E. Grayscale: #6E6E6E. Windows color (decimal): -14445455 or 7443491. OLE color: 7443491.
HSL color Cylindrical-coordinate representation of color #239471: hue angle of 161.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239471 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 113 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.42 |
| HSL | 161.42º | 0.62% | 0.36% | - |
| HSV(B) | 161.42º | 0.76% | 0.58% | - |
| XYZ | 14.26 | 22.73 | 19.26 | - |
| YUV | 110.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 113 | 0.76 | 0 | 0.24 | 0.42 | 161.42 | 0.62 | 0.36 |
| Hex | 23 | 94 | 71 | 4C | 0 | 18 | 2A | A1 | 3E | 24 |
| Octal | 43 | 224 | 161 | 114 | 0 | 30 | 52 | 241 | 76 | 44 |
| Binary | 100011 | 10010100 | 1110001 | 1001100 | 0 | 11000 | 101010 | 10100001 | 111110 | 100100 |
Color Harmonies of #239471
Complementary color
Monochromatic Colors of #239471
Black with #239471
Text Example
Text Example
White with #239471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239471; }
p { color: rgb(35,148,113); }
H1.HeaderClassName
{
color: #239471;
}
.AnyTagClassName
{
color: #239471;
}
</style>
background-color css
<style>
a { background-color: #239471; }
a { background-color: rgb(35,148,113); }
div.DivClassName
{
background-color: #239471;
}
.BgClassName
{
background-color: #239471;
}
</style>
border-color css
<style>
span { border-color: #239471; }
span { border-color: rgb(35,148,113); }
td.TdClassName
{
border-color: #239471;
}
.TagClassName
{
border-color: #239471;
}
</style>