Shades of San Felix #236E1B
Tints of San Felix #236E1B
RGB
CMYK
RGB Variations
Color information
#236E1B (or 0x236E1B) is known color: San Felix. HEX triplet: 23, 6E and 1B. RGB value is (35,110,27). Sum of RGB (Red+Green+Blue) = 35+110+27=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #236E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236E1B is #DC91E4. Grayscale: #4E4E4E. Windows color (decimal): -14455269 or 1797667. OLE color: 1797667.
HSL color Cylindrical-coordinate representation of color #236E1B: hue angle of 114.22º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #236E1B is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 110 | 27 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.57 |
| HSL | 114.22º | 0.61% | 0.27% | - |
| HSV(B) | 114.22º | 0.75% | 0.43% | - |
| XYZ | 6.47 | 11.59 | 2.93 | - |
| YUV | 78.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 27 | 0.68 | 0 | 0.75 | 0.57 | 114.22 | 0.61 | 0.27 |
| Hex | 23 | 6E | 1B | 44 | 0 | 4B | 39 | 72 | 3D | 1B |
| Octal | 43 | 156 | 33 | 104 | 0 | 113 | 71 | 162 | 75 | 33 |
| Binary | 100011 | 1101110 | 11011 | 1000100 | 0 | 1001011 | 111001 | 1110010 | 111101 | 11011 |
Color Harmonies of #236E1B
Complementary color
Monochromatic Colors of #236E1B
Black with #236E1B
Text Example
Text Example
White with #236E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236E1B; }
p { color: rgb(35,110,27); }
H1.HeaderClassName
{
color: #236E1B;
}
.AnyTagClassName
{
color: #236E1B;
}
</style>
background-color css
<style>
a { background-color: #236E1B; }
a { background-color: rgb(35,110,27); }
div.DivClassName
{
background-color: #236E1B;
}
.BgClassName
{
background-color: #236E1B;
}
</style>
border-color css
<style>
span { border-color: #236E1B; }
span { border-color: rgb(35,110,27); }
td.TdClassName
{
border-color: #236E1B;
}
.TagClassName
{
border-color: #236E1B;
}
</style>