Shades of Jewel #1B6946
Tints of Jewel #1B6946
RGB
CMYK
RGB Variations
Color information
#1B6946 (or 0x1B6946) is known color: Jewel. HEX triplet: 1B, 69 and 46. RGB value is (27,105,70). Sum of RGB (Red+Green+Blue) = 27+105+70=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #1B6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6946 is #E496B9. Grayscale: #4D4D4D. Windows color (decimal): -14980794 or 4614427. OLE color: 4614427.
HSL color Cylindrical-coordinate representation of color #1B6946: hue angle of 153.08º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6946 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 70 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.59 |
| HSL | 153.08º | 0.59% | 0.26% | - |
| HSV(B) | 153.08º | 0.74% | 0.41% | - |
| XYZ | 6.61 | 10.78 | 7.53 | - |
| YUV | 77.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 70 | 0.74 | 0 | 0.33 | 0.59 | 153.08 | 0.59 | 0.26 |
| Hex | 1B | 69 | 46 | 4A | 0 | 21 | 3B | 99 | 3B | 1A |
| Octal | 33 | 151 | 106 | 112 | 0 | 41 | 73 | 231 | 73 | 32 |
| Binary | 11011 | 1101001 | 1000110 | 1001010 | 0 | 100001 | 111011 | 10011001 | 111011 | 11010 |
Color Harmonies of #1B6946
Complementary color
Monochromatic Colors of #1B6946
Black with #1B6946
Text Example
Text Example
White with #1B6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6946; }
p { color: rgb(27,105,70); }
H1.HeaderClassName
{
color: #1B6946;
}
.AnyTagClassName
{
color: #1B6946;
}
</style>
background-color css
<style>
a { background-color: #1B6946; }
a { background-color: rgb(27,105,70); }
div.DivClassName
{
background-color: #1B6946;
}
.BgClassName
{
background-color: #1B6946;
}
</style>
border-color css
<style>
span { border-color: #1B6946; }
span { border-color: rgb(27,105,70); }
td.TdClassName
{
border-color: #1B6946;
}
.TagClassName
{
border-color: #1B6946;
}
</style>