Shades of San Felix #156C1E
Tints of San Felix #156C1E
RGB
CMYK
RGB Variations
Color information
#156C1E (or 0x156C1E) is known color: San Felix. HEX triplet: 15, 6C and 1E. RGB value is (21,108,30). Sum of RGB (Red+Green+Blue) = 21+108+30=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 108 (42.58% from 255 or 67.92% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 108 - color contains mainly: green. Hex color #156C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C1E is #EA93E1. Grayscale: #494949. Windows color (decimal): -15373282 or 1993749. OLE color: 1993749.
HSL color Cylindrical-coordinate representation of color #156C1E: hue angle of 126.21º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C1E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 108 | 30 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.58 |
| HSL | 126.21º | 0.67% | 0.25% | - |
| HSV(B) | 126.21º | 0.81% | 0.42% | - |
| XYZ | 5.91 | 10.98 | 3.04 | - |
| YUV | 73.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 30 | 0.81 | 0 | 0.72 | 0.58 | 126.21 | 0.67 | 0.25 |
| Hex | 15 | 6C | 1E | 51 | 0 | 48 | 3A | 7E | 43 | 19 |
| Octal | 25 | 154 | 36 | 121 | 0 | 110 | 72 | 176 | 103 | 31 |
| Binary | 10101 | 1101100 | 11110 | 1010001 | 0 | 1001000 | 111010 | 1111110 | 1000011 | 11001 |
Color Harmonies of #156C1E
Complementary color
Monochromatic Colors of #156C1E
Black with #156C1E
Text Example
Text Example
White with #156C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C1E; }
p { color: rgb(21,108,30); }
H1.HeaderClassName
{
color: #156C1E;
}
.AnyTagClassName
{
color: #156C1E;
}
</style>
background-color css
<style>
a { background-color: #156C1E; }
a { background-color: rgb(21,108,30); }
div.DivClassName
{
background-color: #156C1E;
}
.BgClassName
{
background-color: #156C1E;
}
</style>
border-color css
<style>
span { border-color: #156C1E; }
span { border-color: rgb(21,108,30); }
td.TdClassName
{
border-color: #156C1E;
}
.TagClassName
{
border-color: #156C1E;
}
</style>