Shades of Elf Green #239073
Tints of Elf Green #239073
RGB
CMYK
RGB Variations
Color information
#239073 (or 0x239073) is known color: Elf Green. HEX triplet: 23, 90 and 73. RGB value is (35,144,115). Sum of RGB (Red+Green+Blue) = 35+144+115=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #239073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239073 is #DC6F8C. Grayscale: #6C6C6C. Windows color (decimal): -14446477 or 7573539. OLE color: 7573539.
HSL color Cylindrical-coordinate representation of color #239073: hue angle of 164.04º 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 #239073 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 115 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.44 |
| HSL | 164.04º | 0.61% | 0.35% | - |
| HSV(B) | 164.04º | 0.76% | 0.56% | - |
| XYZ | 13.76 | 21.54 | 19.65 | - |
| YUV | 108.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 115 | 0.76 | 0 | 0.20 | 0.44 | 164.04 | 0.61 | 0.35 |
| Hex | 23 | 90 | 73 | 4C | 0 | 14 | 2C | A4 | 3D | 23 |
| Octal | 43 | 220 | 163 | 114 | 0 | 24 | 54 | 244 | 75 | 43 |
| Binary | 100011 | 10010000 | 1110011 | 1001100 | 0 | 10100 | 101100 | 10100100 | 111101 | 100011 |
Color Harmonies of #239073
Complementary color
Monochromatic Colors of #239073
Black with #239073
Text Example
Text Example
White with #239073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239073; }
p { color: rgb(35,144,115); }
H1.HeaderClassName
{
color: #239073;
}
.AnyTagClassName
{
color: #239073;
}
</style>
background-color css
<style>
a { background-color: #239073; }
a { background-color: rgb(35,144,115); }
div.DivClassName
{
background-color: #239073;
}
.BgClassName
{
background-color: #239073;
}
</style>
border-color css
<style>
span { border-color: #239073; }
span { border-color: rgb(35,144,115); }
td.TdClassName
{
border-color: #239073;
}
.TagClassName
{
border-color: #239073;
}
</style>