Shades of San Felix #205F1F
Tints of San Felix #205F1F
RGB
CMYK
RGB Variations
Color information
#205F1F (or 0x205F1F) is known color: San Felix. HEX triplet: 20, 5F and 1F. RGB value is (32,95,31). Sum of RGB (Red+Green+Blue) = 32+95+31=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #205F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F1F is #DFA0E0. Grayscale: #454545. Windows color (decimal): -14655713 or 2055968. OLE color: 2055968.
HSL color Cylindrical-coordinate representation of color #205F1F: hue angle of 119.06º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205F1F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 31 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.63 |
| HSL | 119.06º | 0.51% | 0.25% | - |
| HSV(B) | 119.06º | 0.67% | 0.37% | - |
| XYZ | 4.94 | 8.59 | 2.69 | - |
| YUV | 68.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 31 | 0.66 | 0 | 0.67 | 0.63 | 119.06 | 0.51 | 0.25 |
| Hex | 20 | 5F | 1F | 42 | 0 | 43 | 3F | 77 | 33 | 19 |
| Octal | 40 | 137 | 37 | 102 | 0 | 103 | 77 | 167 | 63 | 31 |
| Binary | 100000 | 1011111 | 11111 | 1000010 | 0 | 1000011 | 111111 | 1110111 | 110011 | 11001 |
Color Harmonies of #205F1F
Complementary color
Monochromatic Colors of #205F1F
Black with #205F1F
Text Example
Text Example
White with #205F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F1F; }
p { color: rgb(32,95,31); }
H1.HeaderClassName
{
color: #205F1F;
}
.AnyTagClassName
{
color: #205F1F;
}
</style>
background-color css
<style>
a { background-color: #205F1F; }
a { background-color: rgb(32,95,31); }
div.DivClassName
{
background-color: #205F1F;
}
.BgClassName
{
background-color: #205F1F;
}
</style>
border-color css
<style>
span { border-color: #205F1F; }
span { border-color: rgb(32,95,31); }
td.TdClassName
{
border-color: #205F1F;
}
.TagClassName
{
border-color: #205F1F;
}
</style>