Shades of Elf Green #239A74
Tints of Elf Green #239A74
RGB
CMYK
RGB Variations
Color information
#239A74 (or 0x239A74) is known color: Elf Green. HEX triplet: 23, 9A and 74. RGB value is (35,154,116). Sum of RGB (Red+Green+Blue) = 35+154+116=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #239A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A74 is #DC658B. Grayscale: #727272. Windows color (decimal): -14443916 or 7641635. OLE color: 7641635.
HSL color Cylindrical-coordinate representation of color #239A74: hue angle of 160.84º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A74 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 116 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.40 |
| HSL | 160.84º | 0.63% | 0.37% | - |
| HSV(B) | 160.84º | 0.77% | 0.6% | - |
| XYZ | 15.4 | 24.73 | 20.48 | - |
| YUV | 114.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 116 | 0.77 | 0 | 0.25 | 0.40 | 160.84 | 0.63 | 0.37 |
| Hex | 23 | 9A | 74 | 4D | 0 | 19 | 28 | A1 | 3F | 25 |
| Octal | 43 | 232 | 164 | 115 | 0 | 31 | 50 | 241 | 77 | 45 |
| Binary | 100011 | 10011010 | 1110100 | 1001101 | 0 | 11001 | 101000 | 10100001 | 111111 | 100101 |
Color Harmonies of #239A74
Complementary color
Monochromatic Colors of #239A74
Black with #239A74
Text Example
Text Example
White with #239A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A74; }
p { color: rgb(35,154,116); }
H1.HeaderClassName
{
color: #239A74;
}
.AnyTagClassName
{
color: #239A74;
}
</style>
background-color css
<style>
a { background-color: #239A74; }
a { background-color: rgb(35,154,116); }
div.DivClassName
{
background-color: #239A74;
}
.BgClassName
{
background-color: #239A74;
}
</style>
border-color css
<style>
span { border-color: #239A74; }
span { border-color: rgb(35,154,116); }
td.TdClassName
{
border-color: #239A74;
}
.TagClassName
{
border-color: #239A74;
}
</style>