Shades of San Felix #1A6D21
Tints of San Felix #1A6D21
RGB
CMYK
RGB Variations
Color information
#1A6D21 (or 0x1A6D21) is known color: San Felix. HEX triplet: 1A, 6D and 21. RGB value is (26,109,33). Sum of RGB (Red+Green+Blue) = 26+109+33=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6D21 is #E592DE. Grayscale: #4B4B4B. Windows color (decimal): -15045343 or 2190618. OLE color: 2190618.
HSL color Cylindrical-coordinate representation of color #1A6D21: hue angle of 125.06º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D21 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 109 | 33 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.57 |
| HSL | 125.06º | 0.61% | 0.26% | - |
| HSV(B) | 125.06º | 0.76% | 0.43% | - |
| XYZ | 6.17 | 11.27 | 3.29 | - |
| YUV | 75.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 33 | 0.76 | 0 | 0.70 | 0.57 | 125.06 | 0.61 | 0.26 |
| Hex | 1A | 6D | 21 | 4C | 0 | 46 | 39 | 7D | 3D | 1A |
| Octal | 32 | 155 | 41 | 114 | 0 | 106 | 71 | 175 | 75 | 32 |
| Binary | 11010 | 1101101 | 100001 | 1001100 | 0 | 1000110 | 111001 | 1111101 | 111101 | 11010 |
Color Harmonies of #1A6D21
Complementary color
Monochromatic Colors of #1A6D21
Black with #1A6D21
Text Example
Text Example
White with #1A6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6D21; }
p { color: rgb(26,109,33); }
H1.HeaderClassName
{
color: #1A6D21;
}
.AnyTagClassName
{
color: #1A6D21;
}
</style>
background-color css
<style>
a { background-color: #1A6D21; }
a { background-color: rgb(26,109,33); }
div.DivClassName
{
background-color: #1A6D21;
}
.BgClassName
{
background-color: #1A6D21;
}
</style>
border-color css
<style>
span { border-color: #1A6D21; }
span { border-color: rgb(26,109,33); }
td.TdClassName
{
border-color: #1A6D21;
}
.TagClassName
{
border-color: #1A6D21;
}
</style>