Shades of Elf Green #239078
Tints of Elf Green #239078
RGB
CMYK
RGB Variations
Color information
#239078 (or 0x239078) is known color: Elf Green. HEX triplet: 23, 90 and 78. RGB value is (35,144,120). Sum of RGB (Red+Green+Blue) = 35+144+120=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #239078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239078 is #DC6F87. Grayscale: #6C6C6C. Windows color (decimal): -14446472 or 7901219. OLE color: 7901219.
HSL color Cylindrical-coordinate representation of color #239078: hue angle of 166.79º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239078 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 120 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.44 |
| HSL | 166.79º | 0.61% | 0.35% | - |
| HSV(B) | 166.79º | 0.76% | 0.56% | - |
| XYZ | 14.06 | 21.66 | 21.21 | - |
| YUV | 108.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 120 | 0.76 | 0 | 0.17 | 0.44 | 166.79 | 0.61 | 0.35 |
| Hex | 23 | 90 | 78 | 4C | 0 | 11 | 2C | A7 | 3D | 23 |
| Octal | 43 | 220 | 170 | 114 | 0 | 21 | 54 | 247 | 75 | 43 |
| Binary | 100011 | 10010000 | 1111000 | 1001100 | 0 | 10001 | 101100 | 10100111 | 111101 | 100011 |
Color Harmonies of #239078
Complementary color
Monochromatic Colors of #239078
Black with #239078
Text Example
Text Example
White with #239078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239078; }
p { color: rgb(35,144,120); }
H1.HeaderClassName
{
color: #239078;
}
.AnyTagClassName
{
color: #239078;
}
</style>
background-color css
<style>
a { background-color: #239078; }
a { background-color: rgb(35,144,120); }
div.DivClassName
{
background-color: #239078;
}
.BgClassName
{
background-color: #239078;
}
</style>
border-color css
<style>
span { border-color: #239078; }
span { border-color: rgb(35,144,120); }
td.TdClassName
{
border-color: #239078;
}
.TagClassName
{
border-color: #239078;
}
</style>