Shades of Jewel #1B6A45
Tints of Jewel #1B6A45
RGB
CMYK
RGB Variations
Color information
#1B6A45 (or 0x1B6A45) is known color: Jewel. HEX triplet: 1B, 6A and 45. RGB value is (27,106,69). Sum of RGB (Red+Green+Blue) = 27+106+69=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6A45 is #E495BA. Grayscale: #4E4E4E. Windows color (decimal): -14980539 or 4549147. OLE color: 4549147.
HSL color Cylindrical-coordinate representation of color #1B6A45: hue angle of 151.9º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A45 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 106 | 69 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.58 |
| HSL | 151.9º | 0.59% | 0.26% | - |
| HSV(B) | 151.9º | 0.75% | 0.42% | - |
| XYZ | 6.68 | 10.97 | 7.4 | - |
| YUV | 78.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 69 | 0.75 | 0 | 0.35 | 0.58 | 151.9 | 0.59 | 0.26 |
| Hex | 1B | 6A | 45 | 4B | 0 | 23 | 3A | 98 | 3B | 1A |
| Octal | 33 | 152 | 105 | 113 | 0 | 43 | 72 | 230 | 73 | 32 |
| Binary | 11011 | 1101010 | 1000101 | 1001011 | 0 | 100011 | 111010 | 10011000 | 111011 | 11010 |
Color Harmonies of #1B6A45
Complementary color
Monochromatic Colors of #1B6A45
Black with #1B6A45
Text Example
Text Example
White with #1B6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6A45; }
p { color: rgb(27,106,69); }
H1.HeaderClassName
{
color: #1B6A45;
}
.AnyTagClassName
{
color: #1B6A45;
}
</style>
background-color css
<style>
a { background-color: #1B6A45; }
a { background-color: rgb(27,106,69); }
div.DivClassName
{
background-color: #1B6A45;
}
.BgClassName
{
background-color: #1B6A45;
}
</style>
border-color css
<style>
span { border-color: #1B6A45; }
span { border-color: rgb(27,106,69); }
td.TdClassName
{
border-color: #1B6A45;
}
.TagClassName
{
border-color: #1B6A45;
}
</style>