Shades of Elf Green #1B9963
Tints of Elf Green #1B9963
RGB
CMYK
RGB Variations
Color information
#1B9963 (or 0x1B9963) is known color: Elf Green. HEX triplet: 1B, 99 and 63. RGB value is (27,153,99). Sum of RGB (Red+Green+Blue) = 27+153+99=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9963 is #E4669C. Grayscale: #6D6D6D. Windows color (decimal): -14968477 or 6527259. OLE color: 6527259.
HSL color Cylindrical-coordinate representation of color #1B9963: hue angle of 154.29º 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 #1B9963 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 99 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.4 |
| HSL | 154.29º | 0.7% | 0.35% | - |
| HSV(B) | 154.29º | 0.82% | 0.6% | - |
| XYZ | 14.1 | 23.92 | 15.68 | - |
| YUV | 109.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 99 | 0.82 | 0 | 0.35 | 0.4 | 154.29 | 0.7 | 0.35 |
| Hex | 1B | 99 | 63 | 52 | 0 | 23 | 28 | 9A | 46 | 23 |
| Octal | 33 | 231 | 143 | 122 | 0 | 43 | 50 | 232 | 106 | 43 |
| Binary | 11011 | 10011001 | 1100011 | 1010010 | 0 | 100011 | 101000 | 10011010 | 1000110 | 100011 |
Color Harmonies of #1B9963
Complementary color
Monochromatic Colors of #1B9963
Black with #1B9963
Text Example
Text Example
White with #1B9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9963; }
p { color: rgb(27,153,99); }
H1.HeaderClassName
{
color: #1B9963;
}
.AnyTagClassName
{
color: #1B9963;
}
</style>
background-color css
<style>
a { background-color: #1B9963; }
a { background-color: rgb(27,153,99); }
div.DivClassName
{
background-color: #1B9963;
}
.BgClassName
{
background-color: #1B9963;
}
</style>
border-color css
<style>
span { border-color: #1B9963; }
span { border-color: rgb(27,153,99); }
td.TdClassName
{
border-color: #1B9963;
}
.TagClassName
{
border-color: #1B9963;
}
</style>