Shades of San Felix #20692C
Tints of San Felix #20692C
RGB
CMYK
RGB Variations
Color information
#20692C (or 0x20692C) is known color: San Felix. HEX triplet: 20, 69 and 2C. RGB value is (32,105,44). Sum of RGB (Red+Green+Blue) = 32+105+44=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #20692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20692C is #DF96D3. Grayscale: #4C4C4C. Windows color (decimal): -14653140 or 2910496. OLE color: 2910496.
HSL color Cylindrical-coordinate representation of color #20692C: hue angle of 129.86º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20692C is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 44 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.59 |
| HSL | 129.86º | 0.53% | 0.27% | - |
| HSV(B) | 129.86º | 0.7% | 0.41% | - |
| XYZ | 6.1 | 10.59 | 4.11 | - |
| YUV | 76.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 44 | 0.70 | 0 | 0.58 | 0.59 | 129.86 | 0.53 | 0.27 |
| Hex | 20 | 69 | 2C | 46 | 0 | 3A | 3B | 82 | 35 | 1B |
| Octal | 40 | 151 | 54 | 106 | 0 | 72 | 73 | 202 | 65 | 33 |
| Binary | 100000 | 1101001 | 101100 | 1000110 | 0 | 111010 | 111011 | 10000010 | 110101 | 11011 |
Color Harmonies of #20692C
Complementary color
Monochromatic Colors of #20692C
Black with #20692C
Text Example
Text Example
White with #20692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20692C; }
p { color: rgb(32,105,44); }
H1.HeaderClassName
{
color: #20692C;
}
.AnyTagClassName
{
color: #20692C;
}
</style>
background-color css
<style>
a { background-color: #20692C; }
a { background-color: rgb(32,105,44); }
div.DivClassName
{
background-color: #20692C;
}
.BgClassName
{
background-color: #20692C;
}
</style>
border-color css
<style>
span { border-color: #20692C; }
span { border-color: rgb(32,105,44); }
td.TdClassName
{
border-color: #20692C;
}
.TagClassName
{
border-color: #20692C;
}
</style>