Shades of Elf Green #239063
Tints of Elf Green #239063
RGB
CMYK
RGB Variations
Color information
#239063 (or 0x239063) is known color: Elf Green. HEX triplet: 23, 90 and 63. RGB value is (35,144,99). Sum of RGB (Red+Green+Blue) = 35+144+99=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #239063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239063 is #DC6F9C. Grayscale: #6A6A6A. Windows color (decimal): -14446493 or 6524963. OLE color: 6524963.
HSL color Cylindrical-coordinate representation of color #239063: hue angle of 155.23º 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 #239063 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 99 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.44 |
| HSL | 155.23º | 0.61% | 0.35% | - |
| HSV(B) | 155.23º | 0.76% | 0.56% | - |
| XYZ | 12.92 | 21.2 | 15.22 | - |
| YUV | 106.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 99 | 0.76 | 0 | 0.31 | 0.44 | 155.23 | 0.61 | 0.35 |
| Hex | 23 | 90 | 63 | 4C | 0 | 1F | 2C | 9B | 3D | 23 |
| Octal | 43 | 220 | 143 | 114 | 0 | 37 | 54 | 233 | 75 | 43 |
| Binary | 100011 | 10010000 | 1100011 | 1001100 | 0 | 11111 | 101100 | 10011011 | 111101 | 100011 |
Color Harmonies of #239063
Complementary color
Monochromatic Colors of #239063
Black with #239063
Text Example
Text Example
White with #239063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239063; }
p { color: rgb(35,144,99); }
H1.HeaderClassName
{
color: #239063;
}
.AnyTagClassName
{
color: #239063;
}
</style>
background-color css
<style>
a { background-color: #239063; }
a { background-color: rgb(35,144,99); }
div.DivClassName
{
background-color: #239063;
}
.BgClassName
{
background-color: #239063;
}
</style>
border-color css
<style>
span { border-color: #239063; }
span { border-color: rgb(35,144,99); }
td.TdClassName
{
border-color: #239063;
}
.TagClassName
{
border-color: #239063;
}
</style>