Shades of Elf Green #239065
Tints of Elf Green #239065
RGB
CMYK
RGB Variations
Color information
#239065 (or 0x239065) is known color: Elf Green. HEX triplet: 23, 90 and 65. RGB value is (35,144,101). Sum of RGB (Red+Green+Blue) = 35+144+101=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #239065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239065 is #DC6F9A. Grayscale: #6A6A6A. Windows color (decimal): -14446491 or 6656035. OLE color: 6656035.
HSL color Cylindrical-coordinate representation of color #239065: hue angle of 156.33º 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 #239065 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 101 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.44 |
| HSL | 156.33º | 0.61% | 0.35% | - |
| HSV(B) | 156.33º | 0.76% | 0.56% | - |
| XYZ | 13.02 | 21.24 | 15.73 | - |
| YUV | 106.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 101 | 0.76 | 0 | 0.30 | 0.44 | 156.33 | 0.61 | 0.35 |
| Hex | 23 | 90 | 65 | 4C | 0 | 1E | 2C | 9C | 3D | 23 |
| Octal | 43 | 220 | 145 | 114 | 0 | 36 | 54 | 234 | 75 | 43 |
| Binary | 100011 | 10010000 | 1100101 | 1001100 | 0 | 11110 | 101100 | 10011100 | 111101 | 100011 |
Color Harmonies of #239065
Complementary color
Monochromatic Colors of #239065
Black with #239065
Text Example
Text Example
White with #239065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239065; }
p { color: rgb(35,144,101); }
H1.HeaderClassName
{
color: #239065;
}
.AnyTagClassName
{
color: #239065;
}
</style>
background-color css
<style>
a { background-color: #239065; }
a { background-color: rgb(35,144,101); }
div.DivClassName
{
background-color: #239065;
}
.BgClassName
{
background-color: #239065;
}
</style>
border-color css
<style>
span { border-color: #239065; }
span { border-color: rgb(35,144,101); }
td.TdClassName
{
border-color: #239065;
}
.TagClassName
{
border-color: #239065;
}
</style>