Shades of San Felix #156D1B
Tints of San Felix #156D1B
RGB
CMYK
RGB Variations
Color information
#156D1B (or 0x156D1B) is known color: San Felix. HEX triplet: 15, 6D and 1B. RGB value is (21,109,27). Sum of RGB (Red+Green+Blue) = 21+109+27=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 109 (42.97% from 255 or 69.43% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 109 - color contains mainly: green. Hex color #156D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D1B is #EA92E4. Grayscale: #494949. Windows color (decimal): -15373029 or 1797397. OLE color: 1797397.
HSL color Cylindrical-coordinate representation of color #156D1B: hue angle of 124.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D1B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 109 | 27 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.57 |
| HSL | 124.09º | 0.68% | 0.25% | - |
| HSV(B) | 124.09º | 0.81% | 0.43% | - |
| XYZ | 5.98 | 11.18 | 2.88 | - |
| YUV | 73.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 27 | 0.81 | 0 | 0.75 | 0.57 | 124.09 | 0.68 | 0.25 |
| Hex | 15 | 6D | 1B | 51 | 0 | 4B | 39 | 7C | 44 | 19 |
| Octal | 25 | 155 | 33 | 121 | 0 | 113 | 71 | 174 | 104 | 31 |
| Binary | 10101 | 1101101 | 11011 | 1010001 | 0 | 1001011 | 111001 | 1111100 | 1000100 | 11001 |
Color Harmonies of #156D1B
Complementary color
Monochromatic Colors of #156D1B
Black with #156D1B
Text Example
Text Example
White with #156D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D1B; }
p { color: rgb(21,109,27); }
H1.HeaderClassName
{
color: #156D1B;
}
.AnyTagClassName
{
color: #156D1B;
}
</style>
background-color css
<style>
a { background-color: #156D1B; }
a { background-color: rgb(21,109,27); }
div.DivClassName
{
background-color: #156D1B;
}
.BgClassName
{
background-color: #156D1B;
}
</style>
border-color css
<style>
span { border-color: #156D1B; }
span { border-color: rgb(21,109,27); }
td.TdClassName
{
border-color: #156D1B;
}
.TagClassName
{
border-color: #156D1B;
}
</style>