Shades of San Felix #236D2C
Tints of San Felix #236D2C
RGB
CMYK
RGB Variations
Color information
#236D2C (or 0x236D2C) is known color: San Felix. HEX triplet: 23, 6D and 2C. RGB value is (35,109,44). Sum of RGB (Red+Green+Blue) = 35+109+44=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #236D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236D2C is #DC92D3. Grayscale: #4F4F4F. Windows color (decimal): -14455508 or 2911523. OLE color: 2911523.
HSL color Cylindrical-coordinate representation of color #236D2C: hue angle of 127.3º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236D2C is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 109 | 44 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.57 |
| HSL | 127.3º | 0.51% | 0.28% | - |
| HSV(B) | 127.3º | 0.68% | 0.43% | - |
| XYZ | 6.62 | 11.48 | 4.25 | - |
| YUV | 79.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 44 | 0.68 | 0 | 0.60 | 0.57 | 127.3 | 0.51 | 0.28 |
| Hex | 23 | 6D | 2C | 44 | 0 | 3C | 39 | 7F | 33 | 1C |
| Octal | 43 | 155 | 54 | 104 | 0 | 74 | 71 | 177 | 63 | 34 |
| Binary | 100011 | 1101101 | 101100 | 1000100 | 0 | 111100 | 111001 | 1111111 | 110011 | 11100 |
Color Harmonies of #236D2C
Complementary color
Monochromatic Colors of #236D2C
Black with #236D2C
Text Example
Text Example
White with #236D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D2C; }
p { color: rgb(35,109,44); }
H1.HeaderClassName
{
color: #236D2C;
}
.AnyTagClassName
{
color: #236D2C;
}
</style>
background-color css
<style>
a { background-color: #236D2C; }
a { background-color: rgb(35,109,44); }
div.DivClassName
{
background-color: #236D2C;
}
.BgClassName
{
background-color: #236D2C;
}
</style>
border-color css
<style>
span { border-color: #236D2C; }
span { border-color: rgb(35,109,44); }
td.TdClassName
{
border-color: #236D2C;
}
.TagClassName
{
border-color: #236D2C;
}
</style>