Shades of Elf Green #239974
Tints of Elf Green #239974
RGB
CMYK
RGB Variations
Color information
#239974 (or 0x239974) is known color: Elf Green. HEX triplet: 23, 99 and 74. RGB value is (35,153,116). Sum of RGB (Red+Green+Blue) = 35+153+116=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #239974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239974 is #DC668B. Grayscale: #717171. Windows color (decimal): -14444172 or 7641379. OLE color: 7641379.
HSL color Cylindrical-coordinate representation of color #239974: hue angle of 161.19º 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 #239974 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 116 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.4 |
| HSL | 161.19º | 0.63% | 0.37% | - |
| HSV(B) | 161.19º | 0.77% | 0.6% | - |
| XYZ | 15.24 | 24.4 | 20.43 | - |
| YUV | 113.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 116 | 0.77 | 0 | 0.24 | 0.4 | 161.19 | 0.63 | 0.37 |
| Hex | 23 | 99 | 74 | 4D | 0 | 18 | 28 | A1 | 3F | 25 |
| Octal | 43 | 231 | 164 | 115 | 0 | 30 | 50 | 241 | 77 | 45 |
| Binary | 100011 | 10011001 | 1110100 | 1001101 | 0 | 11000 | 101000 | 10100001 | 111111 | 100101 |
Color Harmonies of #239974
Complementary color
Monochromatic Colors of #239974
Black with #239974
Text Example
Text Example
White with #239974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239974; }
p { color: rgb(35,153,116); }
H1.HeaderClassName
{
color: #239974;
}
.AnyTagClassName
{
color: #239974;
}
</style>
background-color css
<style>
a { background-color: #239974; }
a { background-color: rgb(35,153,116); }
div.DivClassName
{
background-color: #239974;
}
.BgClassName
{
background-color: #239974;
}
</style>
border-color css
<style>
span { border-color: #239974; }
span { border-color: rgb(35,153,116); }
td.TdClassName
{
border-color: #239974;
}
.TagClassName
{
border-color: #239974;
}
</style>