Shades of San Felix #236C27
Tints of San Felix #236C27
RGB
CMYK
RGB Variations
Color information
#236C27 (or 0x236C27) is known color: San Felix. HEX triplet: 23, 6C and 27. RGB value is (35,108,39). Sum of RGB (Red+Green+Blue) = 35+108+39=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #236C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236C27 is #DC93D8. Grayscale: #4E4E4E. Windows color (decimal): -14455769 or 2583587. OLE color: 2583587.
HSL color Cylindrical-coordinate representation of color #236C27: hue angle of 123.29º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236C27 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 108 | 39 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.58 |
| HSL | 123.29º | 0.51% | 0.28% | - |
| HSV(B) | 123.29º | 0.68% | 0.42% | - |
| XYZ | 6.42 | 11.23 | 3.75 | - |
| YUV | 78.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 39 | 0.68 | 0 | 0.64 | 0.58 | 123.29 | 0.51 | 0.28 |
| Hex | 23 | 6C | 27 | 44 | 0 | 40 | 3A | 7B | 33 | 1C |
| Octal | 43 | 154 | 47 | 104 | 0 | 100 | 72 | 173 | 63 | 34 |
| Binary | 100011 | 1101100 | 100111 | 1000100 | 0 | 1000000 | 111010 | 1111011 | 110011 | 11100 |
Color Harmonies of #236C27
Complementary color
Monochromatic Colors of #236C27
Black with #236C27
Text Example
Text Example
White with #236C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C27; }
p { color: rgb(35,108,39); }
H1.HeaderClassName
{
color: #236C27;
}
.AnyTagClassName
{
color: #236C27;
}
</style>
background-color css
<style>
a { background-color: #236C27; }
a { background-color: rgb(35,108,39); }
div.DivClassName
{
background-color: #236C27;
}
.BgClassName
{
background-color: #236C27;
}
</style>
border-color css
<style>
span { border-color: #236C27; }
span { border-color: rgb(35,108,39); }
td.TdClassName
{
border-color: #236C27;
}
.TagClassName
{
border-color: #236C27;
}
</style>