Shades of San Felix #206629
Tints of San Felix #206629
RGB
CMYK
RGB Variations
Color information
#206629 (or 0x206629) is known color: San Felix. HEX triplet: 20, 66 and 29. RGB value is (32,102,41). Sum of RGB (Red+Green+Blue) = 32+102+41=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #206629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206629 is #DF99D6. Grayscale: #4A4A4A. Windows color (decimal): -14653911 or 2713120. OLE color: 2713120.
HSL color Cylindrical-coordinate representation of color #206629: hue angle of 127.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206629 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 41 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.6 |
| HSL | 127.71º | 0.52% | 0.26% | - |
| HSV(B) | 127.71º | 0.69% | 0.4% | - |
| XYZ | 5.75 | 9.97 | 3.72 | - |
| YUV | 74.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 41 | 0.69 | 0 | 0.60 | 0.6 | 127.71 | 0.52 | 0.26 |
| Hex | 20 | 66 | 29 | 45 | 0 | 3C | 3C | 80 | 34 | 1A |
| Octal | 40 | 146 | 51 | 105 | 0 | 74 | 74 | 200 | 64 | 32 |
| Binary | 100000 | 1100110 | 101001 | 1000101 | 0 | 111100 | 111100 | 10000000 | 110100 | 11010 |
Color Harmonies of #206629
Complementary color
Monochromatic Colors of #206629
Black with #206629
Text Example
Text Example
White with #206629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206629; }
p { color: rgb(32,102,41); }
H1.HeaderClassName
{
color: #206629;
}
.AnyTagClassName
{
color: #206629;
}
</style>
background-color css
<style>
a { background-color: #206629; }
a { background-color: rgb(32,102,41); }
div.DivClassName
{
background-color: #206629;
}
.BgClassName
{
background-color: #206629;
}
</style>
border-color css
<style>
span { border-color: #206629; }
span { border-color: rgb(32,102,41); }
td.TdClassName
{
border-color: #206629;
}
.TagClassName
{
border-color: #206629;
}
</style>