Shades of Elf Green #238867
Tints of Elf Green #238867
RGB
CMYK
RGB Variations
Color information
#238867 (or 0x238867) is known color: Elf Green. HEX triplet: 23, 88 and 67. RGB value is (35,136,103). Sum of RGB (Red+Green+Blue) = 35+136+103=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #238867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238867 is #DC7798. Grayscale: #666666. Windows color (decimal): -14448537 or 6785059. OLE color: 6785059.
HSL color Cylindrical-coordinate representation of color #238867: hue angle of 160.4º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238867 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 103 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.47 |
| HSL | 160.4º | 0.59% | 0.34% | - |
| HSV(B) | 160.4º | 0.74% | 0.53% | - |
| XYZ | 11.95 | 18.94 | 15.86 | - |
| YUV | 102.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 103 | 0.74 | 0 | 0.24 | 0.47 | 160.4 | 0.59 | 0.34 |
| Hex | 23 | 88 | 67 | 4A | 0 | 18 | 2F | A0 | 3B | 22 |
| Octal | 43 | 210 | 147 | 112 | 0 | 30 | 57 | 240 | 73 | 42 |
| Binary | 100011 | 10001000 | 1100111 | 1001010 | 0 | 11000 | 101111 | 10100000 | 111011 | 100010 |
Color Harmonies of #238867
Complementary color
Monochromatic Colors of #238867
Black with #238867
Text Example
Text Example
White with #238867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238867; }
p { color: rgb(35,136,103); }
H1.HeaderClassName
{
color: #238867;
}
.AnyTagClassName
{
color: #238867;
}
</style>
background-color css
<style>
a { background-color: #238867; }
a { background-color: rgb(35,136,103); }
div.DivClassName
{
background-color: #238867;
}
.BgClassName
{
background-color: #238867;
}
</style>
border-color css
<style>
span { border-color: #238867; }
span { border-color: rgb(35,136,103); }
td.TdClassName
{
border-color: #238867;
}
.TagClassName
{
border-color: #238867;
}
</style>