Shades of San Felix #20682C
Tints of San Felix #20682C
RGB
CMYK
RGB Variations
Color information
#20682C (or 0x20682C) is known color: San Felix. HEX triplet: 20, 68 and 2C. RGB value is (32,104,44). Sum of RGB (Red+Green+Blue) = 32+104+44=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #20682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20682C is #DF97D3. Grayscale: #4B4B4B. Windows color (decimal): -14653396 or 2910240. OLE color: 2910240.
HSL color Cylindrical-coordinate representation of color #20682C: hue angle of 130º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20682C is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 44 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.59 |
| HSL | 130º | 0.53% | 0.27% | - |
| HSV(B) | 130º | 0.69% | 0.41% | - |
| XYZ | 6 | 10.39 | 4.07 | - |
| YUV | 75.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 44 | 0.69 | 0 | 0.58 | 0.59 | 130 | 0.53 | 0.27 |
| Hex | 20 | 68 | 2C | 45 | 0 | 3A | 3B | 82 | 35 | 1B |
| Octal | 40 | 150 | 54 | 105 | 0 | 72 | 73 | 202 | 65 | 33 |
| Binary | 100000 | 1101000 | 101100 | 1000101 | 0 | 111010 | 111011 | 10000010 | 110101 | 11011 |
Color Harmonies of #20682C
Complementary color
Monochromatic Colors of #20682C
Black with #20682C
Text Example
Text Example
White with #20682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20682C; }
p { color: rgb(32,104,44); }
H1.HeaderClassName
{
color: #20682C;
}
.AnyTagClassName
{
color: #20682C;
}
</style>
background-color css
<style>
a { background-color: #20682C; }
a { background-color: rgb(32,104,44); }
div.DivClassName
{
background-color: #20682C;
}
.BgClassName
{
background-color: #20682C;
}
</style>
border-color css
<style>
span { border-color: #20682C; }
span { border-color: rgb(32,104,44); }
td.TdClassName
{
border-color: #20682C;
}
.TagClassName
{
border-color: #20682C;
}
</style>