Shades of San Felix #236C1E
Tints of San Felix #236C1E
RGB
CMYK
RGB Variations
Color information
#236C1E (or 0x236C1E) is known color: San Felix. HEX triplet: 23, 6C and 1E. RGB value is (35,108,30). Sum of RGB (Red+Green+Blue) = 35+108+30=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 108 (42.58% from 255 or 62.43% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 108 - color contains mainly: green. Hex color #236C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236C1E is #DC93E1. Grayscale: #4D4D4D. Windows color (decimal): -14455778 or 1993763. OLE color: 1993763.
HSL color Cylindrical-coordinate representation of color #236C1E: hue angle of 116.15º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #236C1E is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 108 | 30 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.58 |
| HSL | 116.15º | 0.57% | 0.27% | - |
| HSV(B) | 116.15º | 0.72% | 0.42% | - |
| XYZ | 6.29 | 11.18 | 3.05 | - |
| YUV | 77.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 30 | 0.68 | 0 | 0.72 | 0.58 | 116.15 | 0.57 | 0.27 |
| Hex | 23 | 6C | 1E | 44 | 0 | 48 | 3A | 74 | 39 | 1B |
| Octal | 43 | 154 | 36 | 104 | 0 | 110 | 72 | 164 | 71 | 33 |
| Binary | 100011 | 1101100 | 11110 | 1000100 | 0 | 1001000 | 111010 | 1110100 | 111001 | 11011 |
Color Harmonies of #236C1E
Complementary color
Monochromatic Colors of #236C1E
Black with #236C1E
Text Example
Text Example
White with #236C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C1E; }
p { color: rgb(35,108,30); }
H1.HeaderClassName
{
color: #236C1E;
}
.AnyTagClassName
{
color: #236C1E;
}
</style>
background-color css
<style>
a { background-color: #236C1E; }
a { background-color: rgb(35,108,30); }
div.DivClassName
{
background-color: #236C1E;
}
.BgClassName
{
background-color: #236C1E;
}
</style>
border-color css
<style>
span { border-color: #236C1E; }
span { border-color: rgb(35,108,30); }
td.TdClassName
{
border-color: #236C1E;
}
.TagClassName
{
border-color: #236C1E;
}
</style>