Shades of San Felix #206023
Tints of San Felix #206023
RGB
CMYK
RGB Variations
Color information
#206023 (or 0x206023) is known color: San Felix. HEX triplet: 20, 60 and 23. RGB value is (32,96,35). Sum of RGB (Red+Green+Blue) = 32+96+35=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #206023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206023 is #DF9FDC. Grayscale: #464646. Windows color (decimal): -14655453 or 2318368. OLE color: 2318368.
HSL color Cylindrical-coordinate representation of color #206023: hue angle of 122.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206023 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 35 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.62 |
| HSL | 122.81º | 0.5% | 0.25% | - |
| HSV(B) | 122.81º | 0.67% | 0.38% | - |
| XYZ | 5.08 | 8.79 | 3.02 | - |
| YUV | 69.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 35 | 0.67 | 0 | 0.64 | 0.62 | 122.81 | 0.5 | 0.25 |
| Hex | 20 | 60 | 23 | 43 | 0 | 40 | 3E | 7B | 32 | 19 |
| Octal | 40 | 140 | 43 | 103 | 0 | 100 | 76 | 173 | 62 | 31 |
| Binary | 100000 | 1100000 | 100011 | 1000011 | 0 | 1000000 | 111110 | 1111011 | 110010 | 11001 |
Color Harmonies of #206023
Complementary color
Monochromatic Colors of #206023
Black with #206023
Text Example
Text Example
White with #206023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206023; }
p { color: rgb(32,96,35); }
H1.HeaderClassName
{
color: #206023;
}
.AnyTagClassName
{
color: #206023;
}
</style>
background-color css
<style>
a { background-color: #206023; }
a { background-color: rgb(32,96,35); }
div.DivClassName
{
background-color: #206023;
}
.BgClassName
{
background-color: #206023;
}
</style>
border-color css
<style>
span { border-color: #206023; }
span { border-color: rgb(32,96,35); }
td.TdClassName
{
border-color: #206023;
}
.TagClassName
{
border-color: #206023;
}
</style>