Shades of San Felix #236A1C
Tints of San Felix #236A1C
RGB
CMYK
RGB Variations
Color information
#236A1C (or 0x236A1C) is known color: San Felix. HEX triplet: 23, 6A and 1C. RGB value is (35,106,28). Sum of RGB (Red+Green+Blue) = 35+106+28=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #236A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236A1C is #DC95E3. Grayscale: #4C4C4C. Windows color (decimal): -14456292 or 1862179. OLE color: 1862179.
HSL color Cylindrical-coordinate representation of color #236A1C: hue angle of 114.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236A1C is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 106 | 28 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.58 |
| HSL | 114.62º | 0.58% | 0.26% | - |
| HSV(B) | 114.62º | 0.74% | 0.42% | - |
| XYZ | 6.06 | 10.75 | 2.85 | - |
| YUV | 75.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 28 | 0.67 | 0 | 0.74 | 0.58 | 114.62 | 0.58 | 0.26 |
| Hex | 23 | 6A | 1C | 43 | 0 | 4A | 3A | 73 | 3A | 1A |
| Octal | 43 | 152 | 34 | 103 | 0 | 112 | 72 | 163 | 72 | 32 |
| Binary | 100011 | 1101010 | 11100 | 1000011 | 0 | 1001010 | 111010 | 1110011 | 111010 | 11010 |
Color Harmonies of #236A1C
Complementary color
Monochromatic Colors of #236A1C
Black with #236A1C
Text Example
Text Example
White with #236A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236A1C; }
p { color: rgb(35,106,28); }
H1.HeaderClassName
{
color: #236A1C;
}
.AnyTagClassName
{
color: #236A1C;
}
</style>
background-color css
<style>
a { background-color: #236A1C; }
a { background-color: rgb(35,106,28); }
div.DivClassName
{
background-color: #236A1C;
}
.BgClassName
{
background-color: #236A1C;
}
</style>
border-color css
<style>
span { border-color: #236A1C; }
span { border-color: rgb(35,106,28); }
td.TdClassName
{
border-color: #236A1C;
}
.TagClassName
{
border-color: #236A1C;
}
</style>