Shades of San Felix #20671D
Tints of San Felix #20671D
RGB
CMYK
RGB Variations
Color information
#20671D (or 0x20671D) is known color: San Felix. HEX triplet: 20, 67 and 1D. RGB value is (32,103,29). Sum of RGB (Red+Green+Blue) = 32+103+29=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #20671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20671D is #DF98E2. Grayscale: #494949. Windows color (decimal): -14653667 or 1926944. OLE color: 1926944.
HSL color Cylindrical-coordinate representation of color #20671D: hue angle of 117.57º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20671D is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 29 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.60 |
| HSL | 117.57º | 0.56% | 0.26% | - |
| HSV(B) | 117.57º | 0.72% | 0.4% | - |
| XYZ | 5.67 | 10.1 | 2.81 | - |
| YUV | 73.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 29 | 0.69 | 0 | 0.72 | 0.60 | 117.57 | 0.56 | 0.26 |
| Hex | 20 | 67 | 1D | 45 | 0 | 48 | 3C | 76 | 38 | 1A |
| Octal | 40 | 147 | 35 | 105 | 0 | 110 | 74 | 166 | 70 | 32 |
| Binary | 100000 | 1100111 | 11101 | 1000101 | 0 | 1001000 | 111100 | 1110110 | 111000 | 11010 |
Color Harmonies of #20671D
Complementary color
Monochromatic Colors of #20671D
Black with #20671D
Text Example
Text Example
White with #20671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20671D; }
p { color: rgb(32,103,29); }
H1.HeaderClassName
{
color: #20671D;
}
.AnyTagClassName
{
color: #20671D;
}
</style>
background-color css
<style>
a { background-color: #20671D; }
a { background-color: rgb(32,103,29); }
div.DivClassName
{
background-color: #20671D;
}
.BgClassName
{
background-color: #20671D;
}
</style>
border-color css
<style>
span { border-color: #20671D; }
span { border-color: rgb(32,103,29); }
td.TdClassName
{
border-color: #20671D;
}
.TagClassName
{
border-color: #20671D;
}
</style>