Shades of San Felix #206429
Tints of San Felix #206429
RGB
CMYK
RGB Variations
Color information
#206429 (or 0x206429) is known color: San Felix. HEX triplet: 20, 64 and 29. RGB value is (32,100,41). Sum of RGB (Red+Green+Blue) = 32+100+41=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #206429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206429 is #DF9BD6. Grayscale: #494949. Windows color (decimal): -14654423 or 2712608. OLE color: 2712608.
HSL color Cylindrical-coordinate representation of color #206429: hue angle of 127.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206429 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 41 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.61 |
| HSL | 127.94º | 0.52% | 0.26% | - |
| HSV(B) | 127.94º | 0.68% | 0.39% | - |
| XYZ | 5.55 | 9.58 | 3.65 | - |
| YUV | 72.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 41 | 0.68 | 0 | 0.59 | 0.61 | 127.94 | 0.52 | 0.26 |
| Hex | 20 | 64 | 29 | 44 | 0 | 3B | 3D | 80 | 34 | 1A |
| Octal | 40 | 144 | 51 | 104 | 0 | 73 | 75 | 200 | 64 | 32 |
| Binary | 100000 | 1100100 | 101001 | 1000100 | 0 | 111011 | 111101 | 10000000 | 110100 | 11010 |
Color Harmonies of #206429
Complementary color
Monochromatic Colors of #206429
Black with #206429
Text Example
Text Example
White with #206429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206429; }
p { color: rgb(32,100,41); }
H1.HeaderClassName
{
color: #206429;
}
.AnyTagClassName
{
color: #206429;
}
</style>
background-color css
<style>
a { background-color: #206429; }
a { background-color: rgb(32,100,41); }
div.DivClassName
{
background-color: #206429;
}
.BgClassName
{
background-color: #206429;
}
</style>
border-color css
<style>
span { border-color: #206429; }
span { border-color: rgb(32,100,41); }
td.TdClassName
{
border-color: #206429;
}
.TagClassName
{
border-color: #206429;
}
</style>