Shades of San Felix #1D6422
Tints of San Felix #1D6422
RGB
CMYK
RGB Variations
Color information
#1D6422 (or 0x1D6422) is known color: San Felix. HEX triplet: 1D, 64 and 22. RGB value is (29,100,34). Sum of RGB (Red+Green+Blue) = 29+100+34=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #1D6422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6422 is #E29BDD. Grayscale: #474747. Windows color (decimal): -14851038 or 2253853. OLE color: 2253853.
HSL color Cylindrical-coordinate representation of color #1D6422: hue angle of 124.23º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6422 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 34 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.61 |
| HSL | 124.23º | 0.55% | 0.25% | - |
| HSV(B) | 124.23º | 0.71% | 0.39% | - |
| XYZ | 5.35 | 9.49 | 3.06 | - |
| YUV | 71.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 34 | 0.71 | 0 | 0.66 | 0.61 | 124.23 | 0.55 | 0.25 |
| Hex | 1D | 64 | 22 | 47 | 0 | 42 | 3D | 7C | 37 | 19 |
| Octal | 35 | 144 | 42 | 107 | 0 | 102 | 75 | 174 | 67 | 31 |
| Binary | 11101 | 1100100 | 100010 | 1000111 | 0 | 1000010 | 111101 | 1111100 | 110111 | 11001 |
Color Harmonies of #1D6422
Complementary color
Monochromatic Colors of #1D6422
Black with #1D6422
Text Example
Text Example
White with #1D6422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6422; }
p { color: rgb(29,100,34); }
H1.HeaderClassName
{
color: #1D6422;
}
.AnyTagClassName
{
color: #1D6422;
}
</style>
background-color css
<style>
a { background-color: #1D6422; }
a { background-color: rgb(29,100,34); }
div.DivClassName
{
background-color: #1D6422;
}
.BgClassName
{
background-color: #1D6422;
}
</style>
border-color css
<style>
span { border-color: #1D6422; }
span { border-color: rgb(29,100,34); }
td.TdClassName
{
border-color: #1D6422;
}
.TagClassName
{
border-color: #1D6422;
}
</style>