Shades of Elf Green #188B72
Tints of Elf Green #188B72
RGB
CMYK
RGB Variations
Color information
#188B72 (or 0x188B72) is known color: Elf Green. HEX triplet: 18, 8B and 72. RGB value is (24,139,114). Sum of RGB (Red+Green+Blue) = 24+139+114=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #188B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B72 is #E7748D. Grayscale: #656565. Windows color (decimal): -15168654 or 7506712. OLE color: 7506712.
HSL color Cylindrical-coordinate representation of color #188B72: hue angle of 166.96º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188B72 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 114 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.45 |
| HSL | 166.96º | 0.71% | 0.32% | - |
| HSV(B) | 166.96º | 0.83% | 0.55% | - |
| XYZ | 12.65 | 19.87 | 19.09 | - |
| YUV | 101.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 114 | 0.83 | 0 | 0.18 | 0.45 | 166.96 | 0.71 | 0.32 |
| Hex | 18 | 8B | 72 | 53 | 0 | 12 | 2D | A7 | 47 | 20 |
| Octal | 30 | 213 | 162 | 123 | 0 | 22 | 55 | 247 | 107 | 40 |
| Binary | 11000 | 10001011 | 1110010 | 1010011 | 0 | 10010 | 101101 | 10100111 | 1000111 | 100000 |
Color Harmonies of #188B72
Complementary color
Monochromatic Colors of #188B72
Black with #188B72
Text Example
Text Example
White with #188B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B72; }
p { color: rgb(24,139,114); }
H1.HeaderClassName
{
color: #188B72;
}
.AnyTagClassName
{
color: #188B72;
}
</style>
background-color css
<style>
a { background-color: #188B72; }
a { background-color: rgb(24,139,114); }
div.DivClassName
{
background-color: #188B72;
}
.BgClassName
{
background-color: #188B72;
}
</style>
border-color css
<style>
span { border-color: #188B72; }
span { border-color: rgb(24,139,114); }
td.TdClassName
{
border-color: #188B72;
}
.TagClassName
{
border-color: #188B72;
}
</style>