Shades of San Felix #236F2B
Tints of San Felix #236F2B
RGB
CMYK
RGB Variations
Color information
#236F2B (or 0x236F2B) is known color: San Felix. HEX triplet: 23, 6F and 2B. RGB value is (35,111,43). Sum of RGB (Red+Green+Blue) = 35+111+43=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #236F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236F2B is #DC90D4. Grayscale: #505050. Windows color (decimal): -14454997 or 2846499. OLE color: 2846499.
HSL color Cylindrical-coordinate representation of color #236F2B: hue angle of 126.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236F2B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 111 | 43 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.56 |
| HSL | 126.32º | 0.52% | 0.29% | - |
| HSV(B) | 126.32º | 0.68% | 0.44% | - |
| XYZ | 6.81 | 11.9 | 4.22 | - |
| YUV | 80.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 43 | 0.68 | 0 | 0.61 | 0.56 | 126.32 | 0.52 | 0.29 |
| Hex | 23 | 6F | 2B | 44 | 0 | 3D | 38 | 7E | 34 | 1D |
| Octal | 43 | 157 | 53 | 104 | 0 | 75 | 70 | 176 | 64 | 35 |
| Binary | 100011 | 1101111 | 101011 | 1000100 | 0 | 111101 | 111000 | 1111110 | 110100 | 11101 |
Color Harmonies of #236F2B
Complementary color
Monochromatic Colors of #236F2B
Black with #236F2B
Text Example
Text Example
White with #236F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236F2B; }
p { color: rgb(35,111,43); }
H1.HeaderClassName
{
color: #236F2B;
}
.AnyTagClassName
{
color: #236F2B;
}
</style>
background-color css
<style>
a { background-color: #236F2B; }
a { background-color: rgb(35,111,43); }
div.DivClassName
{
background-color: #236F2B;
}
.BgClassName
{
background-color: #236F2B;
}
</style>
border-color css
<style>
span { border-color: #236F2B; }
span { border-color: rgb(35,111,43); }
td.TdClassName
{
border-color: #236F2B;
}
.TagClassName
{
border-color: #236F2B;
}
</style>