Shades of Elf Green #189072
Tints of Elf Green #189072
RGB
CMYK
RGB Variations
Color information
#189072 (or 0x189072) is known color: Elf Green. HEX triplet: 18, 90 and 72. RGB value is (24,144,114). Sum of RGB (Red+Green+Blue) = 24+144+114=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #189072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189072 is #E76F8D. Grayscale: #686868. Windows color (decimal): -15167374 or 7507992. OLE color: 7507992.
HSL color Cylindrical-coordinate representation of color #189072: hue angle of 165º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189072 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 114 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.44 |
| HSL | 165º | 0.71% | 0.33% | - |
| HSV(B) | 165º | 0.83% | 0.56% | - |
| XYZ | 13.39 | 21.36 | 19.34 | - |
| YUV | 104.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 114 | 0.83 | 0 | 0.21 | 0.44 | 165 | 0.71 | 0.33 |
| Hex | 18 | 90 | 72 | 53 | 0 | 15 | 2C | A5 | 47 | 21 |
| Octal | 30 | 220 | 162 | 123 | 0 | 25 | 54 | 245 | 107 | 41 |
| Binary | 11000 | 10010000 | 1110010 | 1010011 | 0 | 10101 | 101100 | 10100101 | 1000111 | 100001 |
Color Harmonies of #189072
Complementary color
Monochromatic Colors of #189072
Black with #189072
Text Example
Text Example
White with #189072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189072; }
p { color: rgb(24,144,114); }
H1.HeaderClassName
{
color: #189072;
}
.AnyTagClassName
{
color: #189072;
}
</style>
background-color css
<style>
a { background-color: #189072; }
a { background-color: rgb(24,144,114); }
div.DivClassName
{
background-color: #189072;
}
.BgClassName
{
background-color: #189072;
}
</style>
border-color css
<style>
span { border-color: #189072; }
span { border-color: rgb(24,144,114); }
td.TdClassName
{
border-color: #189072;
}
.TagClassName
{
border-color: #189072;
}
</style>