Shades of San Felix #205F23
Tints of San Felix #205F23
RGB
CMYK
RGB Variations
Color information
#205F23 (or 0x205F23) is known color: San Felix. HEX triplet: 20, 5F and 23. RGB value is (32,95,35). Sum of RGB (Red+Green+Blue) = 32+95+35=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #205F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F23 is #DFA0DC. Grayscale: #454545. Windows color (decimal): -14655709 or 2318112. OLE color: 2318112.
HSL color Cylindrical-coordinate representation of color #205F23: hue angle of 122.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F23 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 35 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.63 |
| HSL | 122.86º | 0.5% | 0.25% | - |
| HSV(B) | 122.86º | 0.66% | 0.37% | - |
| XYZ | 4.99 | 8.61 | 2.99 | - |
| YUV | 69.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 35 | 0.66 | 0 | 0.63 | 0.63 | 122.86 | 0.5 | 0.25 |
| Hex | 20 | 5F | 23 | 42 | 0 | 3F | 3F | 7B | 32 | 19 |
| Octal | 40 | 137 | 43 | 102 | 0 | 77 | 77 | 173 | 62 | 31 |
| Binary | 100000 | 1011111 | 100011 | 1000010 | 0 | 111111 | 111111 | 1111011 | 110010 | 11001 |
Color Harmonies of #205F23
Complementary color
Monochromatic Colors of #205F23
Black with #205F23
Text Example
Text Example
White with #205F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F23; }
p { color: rgb(32,95,35); }
H1.HeaderClassName
{
color: #205F23;
}
.AnyTagClassName
{
color: #205F23;
}
</style>
background-color css
<style>
a { background-color: #205F23; }
a { background-color: rgb(32,95,35); }
div.DivClassName
{
background-color: #205F23;
}
.BgClassName
{
background-color: #205F23;
}
</style>
border-color css
<style>
span { border-color: #205F23; }
span { border-color: rgb(32,95,35); }
td.TdClassName
{
border-color: #205F23;
}
.TagClassName
{
border-color: #205F23;
}
</style>