Shades of Elf Green #239977
Tints of Elf Green #239977
RGB
CMYK
RGB Variations
Color information
#239977 (or 0x239977) is known color: Elf Green. HEX triplet: 23, 99 and 77. RGB value is (35,153,119). Sum of RGB (Red+Green+Blue) = 35+153+119=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #239977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239977 is #DC6688. Grayscale: #717171. Windows color (decimal): -14444169 or 7837987. OLE color: 7837987.
HSL color Cylindrical-coordinate representation of color #239977: hue angle of 162.71º 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 #239977 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 119 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.4 |
| HSL | 162.71º | 0.63% | 0.37% | - |
| HSV(B) | 162.71º | 0.77% | 0.6% | - |
| XYZ | 15.41 | 24.47 | 21.36 | - |
| YUV | 113.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 119 | 0.77 | 0 | 0.22 | 0.4 | 162.71 | 0.63 | 0.37 |
| Hex | 23 | 99 | 77 | 4D | 0 | 16 | 28 | A3 | 3F | 25 |
| Octal | 43 | 231 | 167 | 115 | 0 | 26 | 50 | 243 | 77 | 45 |
| Binary | 100011 | 10011001 | 1110111 | 1001101 | 0 | 10110 | 101000 | 10100011 | 111111 | 100101 |
Color Harmonies of #239977
Complementary color
Monochromatic Colors of #239977
Black with #239977
Text Example
Text Example
White with #239977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239977; }
p { color: rgb(35,153,119); }
H1.HeaderClassName
{
color: #239977;
}
.AnyTagClassName
{
color: #239977;
}
</style>
background-color css
<style>
a { background-color: #239977; }
a { background-color: rgb(35,153,119); }
div.DivClassName
{
background-color: #239977;
}
.BgClassName
{
background-color: #239977;
}
</style>
border-color css
<style>
span { border-color: #239977; }
span { border-color: rgb(35,153,119); }
td.TdClassName
{
border-color: #239977;
}
.TagClassName
{
border-color: #239977;
}
</style>