Shades of Elf Green #189375
Tints of Elf Green #189375
RGB
CMYK
RGB Variations
Color information
#189375 (or 0x189375) is known color: Elf Green. HEX triplet: 18, 93 and 75. RGB value is (24,147,117). Sum of RGB (Red+Green+Blue) = 24+147+117=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #189375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189375 is #E76C8A. Grayscale: #6A6A6A. Windows color (decimal): -15166603 or 7705368. OLE color: 7705368.
HSL color Cylindrical-coordinate representation of color #189375: hue angle of 165.37º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189375 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 117 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.42 |
| HSL | 165.37º | 0.72% | 0.34% | - |
| HSV(B) | 165.37º | 0.84% | 0.58% | - |
| XYZ | 14.02 | 22.35 | 20.4 | - |
| YUV | 106.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 117 | 0.84 | 0 | 0.20 | 0.42 | 165.37 | 0.72 | 0.34 |
| Hex | 18 | 93 | 75 | 54 | 0 | 14 | 2A | A5 | 48 | 22 |
| Octal | 30 | 223 | 165 | 124 | 0 | 24 | 52 | 245 | 110 | 42 |
| Binary | 11000 | 10010011 | 1110101 | 1010100 | 0 | 10100 | 101010 | 10100101 | 1001000 | 100010 |
Color Harmonies of #189375
Complementary color
Monochromatic Colors of #189375
Black with #189375
Text Example
Text Example
White with #189375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189375; }
p { color: rgb(24,147,117); }
H1.HeaderClassName
{
color: #189375;
}
.AnyTagClassName
{
color: #189375;
}
</style>
background-color css
<style>
a { background-color: #189375; }
a { background-color: rgb(24,147,117); }
div.DivClassName
{
background-color: #189375;
}
.BgClassName
{
background-color: #189375;
}
</style>
border-color css
<style>
span { border-color: #189375; }
span { border-color: rgb(24,147,117); }
td.TdClassName
{
border-color: #189375;
}
.TagClassName
{
border-color: #189375;
}
</style>