Shades of Jewel #1B6745
Tints of Jewel #1B6745
RGB
CMYK
RGB Variations
Color information
#1B6745 (or 0x1B6745) is known color: Jewel. HEX triplet: 1B, 67 and 45. RGB value is (27,103,69). Sum of RGB (Red+Green+Blue) = 27+103+69=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #1B6745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6745 is #E498BA. Grayscale: #4C4C4C. Windows color (decimal): -14981307 or 4548379. OLE color: 4548379.
HSL color Cylindrical-coordinate representation of color #1B6745: hue angle of 153.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6745 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 69 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.60 |
| HSL | 153.16º | 0.58% | 0.25% | - |
| HSV(B) | 153.16º | 0.74% | 0.4% | - |
| XYZ | 6.38 | 10.36 | 7.29 | - |
| YUV | 76.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 69 | 0.74 | 0 | 0.33 | 0.60 | 153.16 | 0.58 | 0.25 |
| Hex | 1B | 67 | 45 | 4A | 0 | 21 | 3C | 99 | 3A | 19 |
| Octal | 33 | 147 | 105 | 112 | 0 | 41 | 74 | 231 | 72 | 31 |
| Binary | 11011 | 1100111 | 1000101 | 1001010 | 0 | 100001 | 111100 | 10011001 | 111010 | 11001 |
Color Harmonies of #1B6745
Complementary color
Monochromatic Colors of #1B6745
Black with #1B6745
Text Example
Text Example
White with #1B6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6745; }
p { color: rgb(27,103,69); }
H1.HeaderClassName
{
color: #1B6745;
}
.AnyTagClassName
{
color: #1B6745;
}
</style>
background-color css
<style>
a { background-color: #1B6745; }
a { background-color: rgb(27,103,69); }
div.DivClassName
{
background-color: #1B6745;
}
.BgClassName
{
background-color: #1B6745;
}
</style>
border-color css
<style>
span { border-color: #1B6745; }
span { border-color: rgb(27,103,69); }
td.TdClassName
{
border-color: #1B6745;
}
.TagClassName
{
border-color: #1B6745;
}
</style>