Shades of Elf Green #239076
Tints of Elf Green #239076
RGB
CMYK
RGB Variations
Color information
#239076 (or 0x239076) is known color: Elf Green. HEX triplet: 23, 90 and 76. RGB value is (35,144,118). Sum of RGB (Red+Green+Blue) = 35+144+118=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #239076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239076 is #DC6F89. Grayscale: #6C6C6C. Windows color (decimal): -14446474 or 7770147. OLE color: 7770147.
HSL color Cylindrical-coordinate representation of color #239076: hue angle of 165.69º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239076 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 118 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.44 |
| HSL | 165.69º | 0.61% | 0.35% | - |
| HSV(B) | 165.69º | 0.76% | 0.56% | - |
| XYZ | 13.94 | 21.61 | 20.58 | - |
| YUV | 108.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 118 | 0.76 | 0 | 0.18 | 0.44 | 165.69 | 0.61 | 0.35 |
| Hex | 23 | 90 | 76 | 4C | 0 | 12 | 2C | A6 | 3D | 23 |
| Octal | 43 | 220 | 166 | 114 | 0 | 22 | 54 | 246 | 75 | 43 |
| Binary | 100011 | 10010000 | 1110110 | 1001100 | 0 | 10010 | 101100 | 10100110 | 111101 | 100011 |
Color Harmonies of #239076
Complementary color
Monochromatic Colors of #239076
Black with #239076
Text Example
Text Example
White with #239076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239076; }
p { color: rgb(35,144,118); }
H1.HeaderClassName
{
color: #239076;
}
.AnyTagClassName
{
color: #239076;
}
</style>
background-color css
<style>
a { background-color: #239076; }
a { background-color: rgb(35,144,118); }
div.DivClassName
{
background-color: #239076;
}
.BgClassName
{
background-color: #239076;
}
</style>
border-color css
<style>
span { border-color: #239076; }
span { border-color: rgb(35,144,118); }
td.TdClassName
{
border-color: #239076;
}
.TagClassName
{
border-color: #239076;
}
</style>