Shades of Elf Green #239168
Tints of Elf Green #239168
RGB
CMYK
RGB Variations
Color information
#239168 (or 0x239168) is known color: Elf Green. HEX triplet: 23, 91 and 68. RGB value is (35,145,104). Sum of RGB (Red+Green+Blue) = 35+145+104=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #239168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239168 is #DC6E97. Grayscale: #6B6B6B. Windows color (decimal): -14446232 or 6852899. OLE color: 6852899.
HSL color Cylindrical-coordinate representation of color #239168: hue angle of 157.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239168 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 104 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.43 |
| HSL | 157.64º | 0.61% | 0.35% | - |
| HSV(B) | 157.64º | 0.76% | 0.57% | - |
| XYZ | 13.32 | 21.61 | 16.57 | - |
| YUV | 107.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 104 | 0.76 | 0 | 0.28 | 0.43 | 157.64 | 0.61 | 0.35 |
| Hex | 23 | 91 | 68 | 4C | 0 | 1C | 2B | 9E | 3D | 23 |
| Octal | 43 | 221 | 150 | 114 | 0 | 34 | 53 | 236 | 75 | 43 |
| Binary | 100011 | 10010001 | 1101000 | 1001100 | 0 | 11100 | 101011 | 10011110 | 111101 | 100011 |
Color Harmonies of #239168
Complementary color
Monochromatic Colors of #239168
Black with #239168
Text Example
Text Example
White with #239168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239168; }
p { color: rgb(35,145,104); }
H1.HeaderClassName
{
color: #239168;
}
.AnyTagClassName
{
color: #239168;
}
</style>
background-color css
<style>
a { background-color: #239168; }
a { background-color: rgb(35,145,104); }
div.DivClassName
{
background-color: #239168;
}
.BgClassName
{
background-color: #239168;
}
</style>
border-color css
<style>
span { border-color: #239168; }
span { border-color: rgb(35,145,104); }
td.TdClassName
{
border-color: #239168;
}
.TagClassName
{
border-color: #239168;
}
</style>