Shades of Elf Green #1B9972
Tints of Elf Green #1B9972
RGB
CMYK
RGB Variations
Color information
#1B9972 (or 0x1B9972) is known color: Elf Green. HEX triplet: 1B, 99 and 72. RGB value is (27,153,114). Sum of RGB (Red+Green+Blue) = 27+153+114=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9972 is #E4668D. Grayscale: #6E6E6E. Windows color (decimal): -14968462 or 7510299. OLE color: 7510299.
HSL color Cylindrical-coordinate representation of color #1B9972: hue angle of 161.43º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9972 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 114 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.4 |
| HSL | 161.43º | 0.7% | 0.35% | - |
| HSV(B) | 161.43º | 0.82% | 0.6% | - |
| XYZ | 14.88 | 24.23 | 19.81 | - |
| YUV | 110.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 114 | 0.82 | 0 | 0.25 | 0.4 | 161.43 | 0.7 | 0.35 |
| Hex | 1B | 99 | 72 | 52 | 0 | 19 | 28 | A1 | 46 | 23 |
| Octal | 33 | 231 | 162 | 122 | 0 | 31 | 50 | 241 | 106 | 43 |
| Binary | 11011 | 10011001 | 1110010 | 1010010 | 0 | 11001 | 101000 | 10100001 | 1000110 | 100011 |
Color Harmonies of #1B9972
Complementary color
Monochromatic Colors of #1B9972
Black with #1B9972
Text Example
Text Example
White with #1B9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9972; }
p { color: rgb(27,153,114); }
H1.HeaderClassName
{
color: #1B9972;
}
.AnyTagClassName
{
color: #1B9972;
}
</style>
background-color css
<style>
a { background-color: #1B9972; }
a { background-color: rgb(27,153,114); }
div.DivClassName
{
background-color: #1B9972;
}
.BgClassName
{
background-color: #1B9972;
}
</style>
border-color css
<style>
span { border-color: #1B9972; }
span { border-color: rgb(27,153,114); }
td.TdClassName
{
border-color: #1B9972;
}
.TagClassName
{
border-color: #1B9972;
}
</style>