Shades of Elf Green #189275
Tints of Elf Green #189275
RGB
CMYK
RGB Variations
Color information
#189275 (or 0x189275) is known color: Elf Green. HEX triplet: 18, 92 and 75. RGB value is (24,146,117). Sum of RGB (Red+Green+Blue) = 24+146+117=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #189275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189275 is #E76D8A. Grayscale: #6A6A6A. Windows color (decimal): -15166859 or 7705112. OLE color: 7705112.
HSL color Cylindrical-coordinate representation of color #189275: hue angle of 165.74º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189275 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 117 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.43 |
| HSL | 165.74º | 0.72% | 0.33% | - |
| HSV(B) | 165.74º | 0.84% | 0.57% | - |
| XYZ | 13.87 | 22.04 | 20.35 | - |
| YUV | 106.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 117 | 0.84 | 0 | 0.20 | 0.43 | 165.74 | 0.72 | 0.33 |
| Hex | 18 | 92 | 75 | 54 | 0 | 14 | 2B | A6 | 48 | 21 |
| Octal | 30 | 222 | 165 | 124 | 0 | 24 | 53 | 246 | 110 | 41 |
| Binary | 11000 | 10010010 | 1110101 | 1010100 | 0 | 10100 | 101011 | 10100110 | 1001000 | 100001 |
Color Harmonies of #189275
Complementary color
Monochromatic Colors of #189275
Black with #189275
Text Example
Text Example
White with #189275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189275; }
p { color: rgb(24,146,117); }
H1.HeaderClassName
{
color: #189275;
}
.AnyTagClassName
{
color: #189275;
}
</style>
background-color css
<style>
a { background-color: #189275; }
a { background-color: rgb(24,146,117); }
div.DivClassName
{
background-color: #189275;
}
.BgClassName
{
background-color: #189275;
}
</style>
border-color css
<style>
span { border-color: #189275; }
span { border-color: rgb(24,146,117); }
td.TdClassName
{
border-color: #189275;
}
.TagClassName
{
border-color: #189275;
}
</style>