Shades of San Felix #236B1A
Tints of San Felix #236B1A
RGB
CMYK
RGB Variations
Color information
#236B1A (or 0x236B1A) is known color: San Felix. HEX triplet: 23, 6B and 1A. RGB value is (35,107,26). Sum of RGB (Red+Green+Blue) = 35+107+26=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #236B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236B1A is #DC94E5. Grayscale: #4C4C4C. Windows color (decimal): -14456038 or 1731363. OLE color: 1731363.
HSL color Cylindrical-coordinate representation of color #236B1A: hue angle of 113.33º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236B1A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 107 | 26 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.58 |
| HSL | 113.33º | 0.61% | 0.26% | - |
| HSV(B) | 113.33º | 0.76% | 0.42% | - |
| XYZ | 6.14 | 10.95 | 2.77 | - |
| YUV | 76.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 26 | 0.67 | 0 | 0.76 | 0.58 | 113.33 | 0.61 | 0.26 |
| Hex | 23 | 6B | 1A | 43 | 0 | 4C | 3A | 71 | 3D | 1A |
| Octal | 43 | 153 | 32 | 103 | 0 | 114 | 72 | 161 | 75 | 32 |
| Binary | 100011 | 1101011 | 11010 | 1000011 | 0 | 1001100 | 111010 | 1110001 | 111101 | 11010 |
Color Harmonies of #236B1A
Complementary color
Monochromatic Colors of #236B1A
Black with #236B1A
Text Example
Text Example
White with #236B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236B1A; }
p { color: rgb(35,107,26); }
H1.HeaderClassName
{
color: #236B1A;
}
.AnyTagClassName
{
color: #236B1A;
}
</style>
background-color css
<style>
a { background-color: #236B1A; }
a { background-color: rgb(35,107,26); }
div.DivClassName
{
background-color: #236B1A;
}
.BgClassName
{
background-color: #236B1A;
}
</style>
border-color css
<style>
span { border-color: #236B1A; }
span { border-color: rgb(35,107,26); }
td.TdClassName
{
border-color: #236B1A;
}
.TagClassName
{
border-color: #236B1A;
}
</style>