Shades of Elf Green #238870
Tints of Elf Green #238870
RGB
CMYK
RGB Variations
Color information
#238870 (or 0x238870) is known color: Elf Green. HEX triplet: 23, 88 and 70. RGB value is (35,136,112). Sum of RGB (Red+Green+Blue) = 35+136+112=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #238870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238870 is #DC778F. Grayscale: #676767. Windows color (decimal): -14448528 or 7374883. OLE color: 7374883.
HSL color Cylindrical-coordinate representation of color #238870: hue angle of 165.74º 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 #238870 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 112 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.47 |
| HSL | 165.74º | 0.59% | 0.34% | - |
| HSV(B) | 165.74º | 0.74% | 0.53% | - |
| XYZ | 12.42 | 19.14 | 18.37 | - |
| YUV | 103.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 112 | 0.74 | 0 | 0.18 | 0.47 | 165.74 | 0.59 | 0.34 |
| Hex | 23 | 88 | 70 | 4A | 0 | 12 | 2F | A6 | 3B | 22 |
| Octal | 43 | 210 | 160 | 112 | 0 | 22 | 57 | 246 | 73 | 42 |
| Binary | 100011 | 10001000 | 1110000 | 1001010 | 0 | 10010 | 101111 | 10100110 | 111011 | 100010 |
Color Harmonies of #238870
Complementary color
Monochromatic Colors of #238870
Black with #238870
Text Example
Text Example
White with #238870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238870; }
p { color: rgb(35,136,112); }
H1.HeaderClassName
{
color: #238870;
}
.AnyTagClassName
{
color: #238870;
}
</style>
background-color css
<style>
a { background-color: #238870; }
a { background-color: rgb(35,136,112); }
div.DivClassName
{
background-color: #238870;
}
.BgClassName
{
background-color: #238870;
}
</style>
border-color css
<style>
span { border-color: #238870; }
span { border-color: rgb(35,136,112); }
td.TdClassName
{
border-color: #238870;
}
.TagClassName
{
border-color: #238870;
}
</style>