Shades of Elf Green #239D74
Tints of Elf Green #239D74
RGB
CMYK
RGB Variations
Color information
#239D74 (or 0x239D74) is known color: Elf Green. HEX triplet: 23, 9D and 74. RGB value is (35,157,116). Sum of RGB (Red+Green+Blue) = 35+157+116=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #239D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D74 is #DC628B. Grayscale: #737373. Windows color (decimal): -14443148 or 7642403. OLE color: 7642403.
HSL color Cylindrical-coordinate representation of color #239D74: hue angle of 159.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239D74 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 157 | 116 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.38 |
| HSL | 159.84º | 0.64% | 0.38% | - |
| HSV(B) | 159.84º | 0.78% | 0.62% | - |
| XYZ | 15.9 | 25.73 | 20.65 | - |
| YUV | 115.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 116 | 0.78 | 0 | 0.26 | 0.38 | 159.84 | 0.64 | 0.38 |
| Hex | 23 | 9D | 74 | 4E | 0 | 1A | 26 | A0 | 40 | 26 |
| Octal | 43 | 235 | 164 | 116 | 0 | 32 | 46 | 240 | 100 | 46 |
| Binary | 100011 | 10011101 | 1110100 | 1001110 | 0 | 11010 | 100110 | 10100000 | 1000000 | 100110 |
Color Harmonies of #239D74
Complementary color
Monochromatic Colors of #239D74
Black with #239D74
Text Example
Text Example
White with #239D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239D74; }
p { color: rgb(35,157,116); }
H1.HeaderClassName
{
color: #239D74;
}
.AnyTagClassName
{
color: #239D74;
}
</style>
background-color css
<style>
a { background-color: #239D74; }
a { background-color: rgb(35,157,116); }
div.DivClassName
{
background-color: #239D74;
}
.BgClassName
{
background-color: #239D74;
}
</style>
border-color css
<style>
span { border-color: #239D74; }
span { border-color: rgb(35,157,116); }
td.TdClassName
{
border-color: #239D74;
}
.TagClassName
{
border-color: #239D74;
}
</style>