Shades of San Felix #1B6521
Tints of San Felix #1B6521
RGB
CMYK
RGB Variations
Color information
#1B6521 (or 0x1B6521) is known color: San Felix. HEX triplet: 1B, 65 and 21. RGB value is (27,101,33). Sum of RGB (Red+Green+Blue) = 27+101+33=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #1B6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6521 is #E49ADE. Grayscale: #474747. Windows color (decimal): -14981855 or 2188571. OLE color: 2188571.
HSL color Cylindrical-coordinate representation of color #1B6521: hue angle of 124.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6521 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 101 | 33 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.60 |
| HSL | 124.86º | 0.58% | 0.25% | - |
| HSV(B) | 124.86º | 0.73% | 0.4% | - |
| XYZ | 5.38 | 9.65 | 3.02 | - |
| YUV | 71.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 33 | 0.73 | 0 | 0.67 | 0.60 | 124.86 | 0.58 | 0.25 |
| Hex | 1B | 65 | 21 | 49 | 0 | 43 | 3C | 7D | 3A | 19 |
| Octal | 33 | 145 | 41 | 111 | 0 | 103 | 74 | 175 | 72 | 31 |
| Binary | 11011 | 1100101 | 100001 | 1001001 | 0 | 1000011 | 111100 | 1111101 | 111010 | 11001 |
Color Harmonies of #1B6521
Complementary color
Monochromatic Colors of #1B6521
Black with #1B6521
Text Example
Text Example
White with #1B6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6521; }
p { color: rgb(27,101,33); }
H1.HeaderClassName
{
color: #1B6521;
}
.AnyTagClassName
{
color: #1B6521;
}
</style>
background-color css
<style>
a { background-color: #1B6521; }
a { background-color: rgb(27,101,33); }
div.DivClassName
{
background-color: #1B6521;
}
.BgClassName
{
background-color: #1B6521;
}
</style>
border-color css
<style>
span { border-color: #1B6521; }
span { border-color: rgb(27,101,33); }
td.TdClassName
{
border-color: #1B6521;
}
.TagClassName
{
border-color: #1B6521;
}
</style>