Shades of Elf Green #239372
Tints of Elf Green #239372
RGB
CMYK
RGB Variations
Color information
#239372 (or 0x239372) is known color: Elf Green. HEX triplet: 23, 93 and 72. RGB value is (35,147,114). Sum of RGB (Red+Green+Blue) = 35+147+114=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #239372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239372 is #DC6C8D. Grayscale: #6D6D6D. Windows color (decimal): -14445710 or 7508771. OLE color: 7508771.
HSL color Cylindrical-coordinate representation of color #239372: hue angle of 162.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239372 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 114 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.42 |
| HSL | 162.32º | 0.62% | 0.36% | - |
| HSV(B) | 162.32º | 0.76% | 0.58% | - |
| XYZ | 14.16 | 22.44 | 19.5 | - |
| YUV | 109.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 114 | 0.76 | 0 | 0.22 | 0.42 | 162.32 | 0.62 | 0.36 |
| Hex | 23 | 93 | 72 | 4C | 0 | 16 | 2A | A2 | 3E | 24 |
| Octal | 43 | 223 | 162 | 114 | 0 | 26 | 52 | 242 | 76 | 44 |
| Binary | 100011 | 10010011 | 1110010 | 1001100 | 0 | 10110 | 101010 | 10100010 | 111110 | 100100 |
Color Harmonies of #239372
Complementary color
Monochromatic Colors of #239372
Black with #239372
Text Example
Text Example
White with #239372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239372; }
p { color: rgb(35,147,114); }
H1.HeaderClassName
{
color: #239372;
}
.AnyTagClassName
{
color: #239372;
}
</style>
background-color css
<style>
a { background-color: #239372; }
a { background-color: rgb(35,147,114); }
div.DivClassName
{
background-color: #239372;
}
.BgClassName
{
background-color: #239372;
}
</style>
border-color css
<style>
span { border-color: #239372; }
span { border-color: rgb(35,147,114); }
td.TdClassName
{
border-color: #239372;
}
.TagClassName
{
border-color: #239372;
}
</style>