Shades of San Felix #236C1B
Tints of San Felix #236C1B
RGB
CMYK
RGB Variations
Color information
#236C1B (or 0x236C1B) is known color: San Felix. HEX triplet: 23, 6C and 1B. RGB value is (35,108,27). Sum of RGB (Red+Green+Blue) = 35+108+27=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #236C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236C1B is #DC93E4. Grayscale: #4D4D4D. Windows color (decimal): -14455781 or 1797155. OLE color: 1797155.
HSL color Cylindrical-coordinate representation of color #236C1B: hue angle of 114.07º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #236C1B is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 108 | 27 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.58 |
| HSL | 114.07º | 0.6% | 0.26% | - |
| HSV(B) | 114.07º | 0.75% | 0.42% | - |
| XYZ | 6.25 | 11.16 | 2.86 | - |
| YUV | 76.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 27 | 0.68 | 0 | 0.75 | 0.58 | 114.07 | 0.6 | 0.26 |
| Hex | 23 | 6C | 1B | 44 | 0 | 4B | 3A | 72 | 3C | 1A |
| Octal | 43 | 154 | 33 | 104 | 0 | 113 | 72 | 162 | 74 | 32 |
| Binary | 100011 | 1101100 | 11011 | 1000100 | 0 | 1001011 | 111010 | 1110010 | 111100 | 11010 |
Color Harmonies of #236C1B
Complementary color
Monochromatic Colors of #236C1B
Black with #236C1B
Text Example
Text Example
White with #236C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C1B; }
p { color: rgb(35,108,27); }
H1.HeaderClassName
{
color: #236C1B;
}
.AnyTagClassName
{
color: #236C1B;
}
</style>
background-color css
<style>
a { background-color: #236C1B; }
a { background-color: rgb(35,108,27); }
div.DivClassName
{
background-color: #236C1B;
}
.BgClassName
{
background-color: #236C1B;
}
</style>
border-color css
<style>
span { border-color: #236C1B; }
span { border-color: rgb(35,108,27); }
td.TdClassName
{
border-color: #236C1B;
}
.TagClassName
{
border-color: #236C1B;
}
</style>