Shades of San Felix #1D6321
Tints of San Felix #1D6321
RGB
CMYK
RGB Variations
Color information
#1D6321 (or 0x1D6321) is known color: San Felix. HEX triplet: 1D, 63 and 21. RGB value is (29,99,33). Sum of RGB (Red+Green+Blue) = 29+99+33=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #1D6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6321 is #E29CDE. Grayscale: #464646. Windows color (decimal): -14851295 or 2188061. OLE color: 2188061.
HSL color Cylindrical-coordinate representation of color #1D6321: hue angle of 123.43º 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 #1D6321 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 33 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.61 |
| HSL | 123.43º | 0.55% | 0.25% | - |
| HSV(B) | 123.43º | 0.71% | 0.39% | - |
| XYZ | 5.24 | 9.29 | 2.96 | - |
| YUV | 70.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 33 | 0.71 | 0 | 0.67 | 0.61 | 123.43 | 0.55 | 0.25 |
| Hex | 1D | 63 | 21 | 47 | 0 | 43 | 3D | 7B | 37 | 19 |
| Octal | 35 | 143 | 41 | 107 | 0 | 103 | 75 | 173 | 67 | 31 |
| Binary | 11101 | 1100011 | 100001 | 1000111 | 0 | 1000011 | 111101 | 1111011 | 110111 | 11001 |
Color Harmonies of #1D6321
Complementary color
Monochromatic Colors of #1D6321
Black with #1D6321
Text Example
Text Example
White with #1D6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6321; }
p { color: rgb(29,99,33); }
H1.HeaderClassName
{
color: #1D6321;
}
.AnyTagClassName
{
color: #1D6321;
}
</style>
background-color css
<style>
a { background-color: #1D6321; }
a { background-color: rgb(29,99,33); }
div.DivClassName
{
background-color: #1D6321;
}
.BgClassName
{
background-color: #1D6321;
}
</style>
border-color css
<style>
span { border-color: #1D6321; }
span { border-color: rgb(29,99,33); }
td.TdClassName
{
border-color: #1D6321;
}
.TagClassName
{
border-color: #1D6321;
}
</style>