Shades of San Felix #1B6B21
Tints of San Felix #1B6B21
RGB
CMYK
RGB Variations
Color information
#1B6B21 (or 0x1B6B21) is known color: San Felix. HEX triplet: 1B, 6B and 21. RGB value is (27,107,33). Sum of RGB (Red+Green+Blue) = 27+107+33=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B21 is #E494DE. Grayscale: #4A4A4A. Windows color (decimal): -14980319 or 2190107. OLE color: 2190107.
HSL color Cylindrical-coordinate representation of color #1B6B21: hue angle of 124.5º degrees, saturation: 0.6, 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 #1B6B21 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 33 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.58 |
| HSL | 124.5º | 0.6% | 0.26% | - |
| HSV(B) | 124.5º | 0.75% | 0.42% | - |
| XYZ | 5.98 | 10.86 | 3.22 | - |
| YUV | 74.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 33 | 0.75 | 0 | 0.69 | 0.58 | 124.5 | 0.6 | 0.26 |
| Hex | 1B | 6B | 21 | 4B | 0 | 45 | 3A | 7C | 3C | 1A |
| Octal | 33 | 153 | 41 | 113 | 0 | 105 | 72 | 174 | 74 | 32 |
| Binary | 11011 | 1101011 | 100001 | 1001011 | 0 | 1000101 | 111010 | 1111100 | 111100 | 11010 |
Color Harmonies of #1B6B21
Complementary color
Monochromatic Colors of #1B6B21
Black with #1B6B21
Text Example
Text Example
White with #1B6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B21; }
p { color: rgb(27,107,33); }
H1.HeaderClassName
{
color: #1B6B21;
}
.AnyTagClassName
{
color: #1B6B21;
}
</style>
background-color css
<style>
a { background-color: #1B6B21; }
a { background-color: rgb(27,107,33); }
div.DivClassName
{
background-color: #1B6B21;
}
.BgClassName
{
background-color: #1B6B21;
}
</style>
border-color css
<style>
span { border-color: #1B6B21; }
span { border-color: rgb(27,107,33); }
td.TdClassName
{
border-color: #1B6B21;
}
.TagClassName
{
border-color: #1B6B21;
}
</style>