Shades of San Felix #236F20
Tints of San Felix #236F20
RGB
CMYK
RGB Variations
Color information
#236F20 (or 0x236F20) is known color: San Felix. HEX triplet: 23, 6F and 20. RGB value is (35,111,32). Sum of RGB (Red+Green+Blue) = 35+111+32=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #236F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236F20 is #DC90DF. Grayscale: #4F4F4F. Windows color (decimal): -14455008 or 2125603. OLE color: 2125603.
HSL color Cylindrical-coordinate representation of color #236F20: hue angle of 117.72º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #236F20 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 111 | 32 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.56 |
| HSL | 117.72º | 0.55% | 0.28% | - |
| HSV(B) | 117.72º | 0.71% | 0.44% | - |
| XYZ | 6.64 | 11.83 | 3.3 | - |
| YUV | 79.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 32 | 0.68 | 0 | 0.71 | 0.56 | 117.72 | 0.55 | 0.28 |
| Hex | 23 | 6F | 20 | 44 | 0 | 47 | 38 | 76 | 37 | 1C |
| Octal | 43 | 157 | 40 | 104 | 0 | 107 | 70 | 166 | 67 | 34 |
| Binary | 100011 | 1101111 | 100000 | 1000100 | 0 | 1000111 | 111000 | 1110110 | 110111 | 11100 |
Color Harmonies of #236F20
Complementary color
Monochromatic Colors of #236F20
Black with #236F20
Text Example
Text Example
White with #236F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236F20; }
p { color: rgb(35,111,32); }
H1.HeaderClassName
{
color: #236F20;
}
.AnyTagClassName
{
color: #236F20;
}
</style>
background-color css
<style>
a { background-color: #236F20; }
a { background-color: rgb(35,111,32); }
div.DivClassName
{
background-color: #236F20;
}
.BgClassName
{
background-color: #236F20;
}
</style>
border-color css
<style>
span { border-color: #236F20; }
span { border-color: rgb(35,111,32); }
td.TdClassName
{
border-color: #236F20;
}
.TagClassName
{
border-color: #236F20;
}
</style>