Shades of San Felix #236D2A
Tints of San Felix #236D2A
RGB
CMYK
RGB Variations
Color information
#236D2A (or 0x236D2A) is known color: San Felix. HEX triplet: 23, 6D and 2A. RGB value is (35,109,42). Sum of RGB (Red+Green+Blue) = 35+109+42=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #236D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236D2A is #DC92D5. Grayscale: #4F4F4F. Windows color (decimal): -14455510 or 2780451. OLE color: 2780451.
HSL color Cylindrical-coordinate representation of color #236D2A: hue angle of 125.68º 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 #236D2A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 109 | 42 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.57 |
| HSL | 125.68º | 0.51% | 0.28% | - |
| HSV(B) | 125.68º | 0.68% | 0.43% | - |
| XYZ | 6.58 | 11.46 | 4.06 | - |
| YUV | 79.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 42 | 0.68 | 0 | 0.61 | 0.57 | 125.68 | 0.51 | 0.28 |
| Hex | 23 | 6D | 2A | 44 | 0 | 3D | 39 | 7E | 33 | 1C |
| Octal | 43 | 155 | 52 | 104 | 0 | 75 | 71 | 176 | 63 | 34 |
| Binary | 100011 | 1101101 | 101010 | 1000100 | 0 | 111101 | 111001 | 1111110 | 110011 | 11100 |
Color Harmonies of #236D2A
Complementary color
Monochromatic Colors of #236D2A
Black with #236D2A
Text Example
Text Example
White with #236D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D2A; }
p { color: rgb(35,109,42); }
H1.HeaderClassName
{
color: #236D2A;
}
.AnyTagClassName
{
color: #236D2A;
}
</style>
background-color css
<style>
a { background-color: #236D2A; }
a { background-color: rgb(35,109,42); }
div.DivClassName
{
background-color: #236D2A;
}
.BgClassName
{
background-color: #236D2A;
}
</style>
border-color css
<style>
span { border-color: #236D2A; }
span { border-color: rgb(35,109,42); }
td.TdClassName
{
border-color: #236D2A;
}
.TagClassName
{
border-color: #236D2A;
}
</style>