Shades of Elf Green #239476
Tints of Elf Green #239476
RGB
CMYK
RGB Variations
Color information
#239476 (or 0x239476) is known color: Elf Green. HEX triplet: 23, 94 and 76. RGB value is (35,148,118). Sum of RGB (Red+Green+Blue) = 35+148+118=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #239476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239476 is #DC6B89. Grayscale: #6E6E6E. Windows color (decimal): -14445450 or 7771171. OLE color: 7771171.
HSL color Cylindrical-coordinate representation of color #239476: hue angle of 164.07º 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 #239476 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 118 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.42 |
| HSL | 164.07º | 0.62% | 0.36% | - |
| HSV(B) | 164.07º | 0.76% | 0.58% | - |
| XYZ | 14.55 | 22.85 | 20.78 | - |
| YUV | 110.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 118 | 0.76 | 0 | 0.20 | 0.42 | 164.07 | 0.62 | 0.36 |
| Hex | 23 | 94 | 76 | 4C | 0 | 14 | 2A | A4 | 3E | 24 |
| Octal | 43 | 224 | 166 | 114 | 0 | 24 | 52 | 244 | 76 | 44 |
| Binary | 100011 | 10010100 | 1110110 | 1001100 | 0 | 10100 | 101010 | 10100100 | 111110 | 100100 |
Color Harmonies of #239476
Complementary color
Monochromatic Colors of #239476
Black with #239476
Text Example
Text Example
White with #239476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239476; }
p { color: rgb(35,148,118); }
H1.HeaderClassName
{
color: #239476;
}
.AnyTagClassName
{
color: #239476;
}
</style>
background-color css
<style>
a { background-color: #239476; }
a { background-color: rgb(35,148,118); }
div.DivClassName
{
background-color: #239476;
}
.BgClassName
{
background-color: #239476;
}
</style>
border-color css
<style>
span { border-color: #239476; }
span { border-color: rgb(35,148,118); }
td.TdClassName
{
border-color: #239476;
}
.TagClassName
{
border-color: #239476;
}
</style>