Shades of San Felix #236C2D
Tints of San Felix #236C2D
RGB
CMYK
RGB Variations
Color information
#236C2D (or 0x236C2D) is known color: San Felix. HEX triplet: 23, 6C and 2D. RGB value is (35,108,45). Sum of RGB (Red+Green+Blue) = 35+108+45=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #236C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236C2D is #DC93D2. Grayscale: #4F4F4F. Windows color (decimal): -14455763 or 2976803. OLE color: 2976803.
HSL color Cylindrical-coordinate representation of color #236C2D: hue angle of 128.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236C2D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 108 | 45 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.58 |
| HSL | 128.22º | 0.51% | 0.28% | - |
| HSV(B) | 128.22º | 0.68% | 0.42% | - |
| XYZ | 6.53 | 11.27 | 4.31 | - |
| YUV | 78.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 45 | 0.68 | 0 | 0.58 | 0.58 | 128.22 | 0.51 | 0.28 |
| Hex | 23 | 6C | 2D | 44 | 0 | 3A | 3A | 80 | 33 | 1C |
| Octal | 43 | 154 | 55 | 104 | 0 | 72 | 72 | 200 | 63 | 34 |
| Binary | 100011 | 1101100 | 101101 | 1000100 | 0 | 111010 | 111010 | 10000000 | 110011 | 11100 |
Color Harmonies of #236C2D
Complementary color
Monochromatic Colors of #236C2D
Black with #236C2D
Text Example
Text Example
White with #236C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C2D; }
p { color: rgb(35,108,45); }
H1.HeaderClassName
{
color: #236C2D;
}
.AnyTagClassName
{
color: #236C2D;
}
</style>
background-color css
<style>
a { background-color: #236C2D; }
a { background-color: rgb(35,108,45); }
div.DivClassName
{
background-color: #236C2D;
}
.BgClassName
{
background-color: #236C2D;
}
</style>
border-color css
<style>
span { border-color: #236C2D; }
span { border-color: rgb(35,108,45); }
td.TdClassName
{
border-color: #236C2D;
}
.TagClassName
{
border-color: #236C2D;
}
</style>