Shades of Elf Green #239874
Tints of Elf Green #239874
RGB
CMYK
RGB Variations
Color information
#239874 (or 0x239874) is known color: Elf Green. HEX triplet: 23, 98 and 74. RGB value is (35,152,116). Sum of RGB (Red+Green+Blue) = 35+152+116=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #239874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239874 is #DC678B. Grayscale: #707070. Windows color (decimal): -14444428 or 7641123. OLE color: 7641123.
HSL color Cylindrical-coordinate representation of color #239874: hue angle of 161.54º 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 #239874 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 116 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.40 |
| HSL | 161.54º | 0.63% | 0.37% | - |
| HSV(B) | 161.54º | 0.77% | 0.6% | - |
| XYZ | 15.07 | 24.07 | 20.38 | - |
| YUV | 112.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 116 | 0.77 | 0 | 0.24 | 0.40 | 161.54 | 0.63 | 0.37 |
| Hex | 23 | 98 | 74 | 4D | 0 | 18 | 28 | A2 | 3F | 25 |
| Octal | 43 | 230 | 164 | 115 | 0 | 30 | 50 | 242 | 77 | 45 |
| Binary | 100011 | 10011000 | 1110100 | 1001101 | 0 | 11000 | 101000 | 10100010 | 111111 | 100101 |
Color Harmonies of #239874
Complementary color
Monochromatic Colors of #239874
Black with #239874
Text Example
Text Example
White with #239874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239874; }
p { color: rgb(35,152,116); }
H1.HeaderClassName
{
color: #239874;
}
.AnyTagClassName
{
color: #239874;
}
</style>
background-color css
<style>
a { background-color: #239874; }
a { background-color: rgb(35,152,116); }
div.DivClassName
{
background-color: #239874;
}
.BgClassName
{
background-color: #239874;
}
</style>
border-color css
<style>
span { border-color: #239874; }
span { border-color: rgb(35,152,116); }
td.TdClassName
{
border-color: #239874;
}
.TagClassName
{
border-color: #239874;
}
</style>