Shades of San Felix #205E23
Tints of San Felix #205E23
RGB
CMYK
RGB Variations
Color information
#205E23 (or 0x205E23) is known color: San Felix. HEX triplet: 20, 5E and 23. RGB value is (32,94,35). Sum of RGB (Red+Green+Blue) = 32+94+35=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #205E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E23 is #DFA1DC. Grayscale: #444444. Windows color (decimal): -14655965 or 2317856. OLE color: 2317856.
HSL color Cylindrical-coordinate representation of color #205E23: hue angle of 122.9º degrees, saturation: 0.49, 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 #205E23 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 35 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.63 |
| HSL | 122.9º | 0.49% | 0.25% | - |
| HSV(B) | 122.9º | 0.66% | 0.37% | - |
| XYZ | 4.9 | 8.43 | 2.96 | - |
| YUV | 68.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 35 | 0.66 | 0 | 0.63 | 0.63 | 122.9 | 0.49 | 0.25 |
| Hex | 20 | 5E | 23 | 42 | 0 | 3F | 3F | 7B | 31 | 19 |
| Octal | 40 | 136 | 43 | 102 | 0 | 77 | 77 | 173 | 61 | 31 |
| Binary | 100000 | 1011110 | 100011 | 1000010 | 0 | 111111 | 111111 | 1111011 | 110001 | 11001 |
Color Harmonies of #205E23
Complementary color
Monochromatic Colors of #205E23
Black with #205E23
Text Example
Text Example
White with #205E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E23; }
p { color: rgb(32,94,35); }
H1.HeaderClassName
{
color: #205E23;
}
.AnyTagClassName
{
color: #205E23;
}
</style>
background-color css
<style>
a { background-color: #205E23; }
a { background-color: rgb(32,94,35); }
div.DivClassName
{
background-color: #205E23;
}
.BgClassName
{
background-color: #205E23;
}
</style>
border-color css
<style>
span { border-color: #205E23; }
span { border-color: rgb(32,94,35); }
td.TdClassName
{
border-color: #205E23;
}
.TagClassName
{
border-color: #205E23;
}
</style>