Shades of San Felix #235E21
Tints of San Felix #235E21
RGB
CMYK
RGB Variations
Color information
#235E21 (or 0x235E21) is known color: San Felix. HEX triplet: 23, 5E and 21. RGB value is (35,94,33). Sum of RGB (Red+Green+Blue) = 35+94+33=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #235E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E21 is #DCA1DE. Grayscale: #454545. Windows color (decimal): -14459359 or 2186787. OLE color: 2186787.
HSL color Cylindrical-coordinate representation of color #235E21: hue angle of 118.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235E21 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 33 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.63 |
| HSL | 118.03º | 0.48% | 0.25% | - |
| HSV(B) | 118.03º | 0.65% | 0.37% | - |
| XYZ | 4.97 | 8.47 | 2.81 | - |
| YUV | 69.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 33 | 0.63 | 0 | 0.65 | 0.63 | 118.03 | 0.48 | 0.25 |
| Hex | 23 | 5E | 21 | 3F | 0 | 41 | 3F | 76 | 30 | 19 |
| Octal | 43 | 136 | 41 | 77 | 0 | 101 | 77 | 166 | 60 | 31 |
| Binary | 100011 | 1011110 | 100001 | 111111 | 0 | 1000001 | 111111 | 1110110 | 110000 | 11001 |
Color Harmonies of #235E21
Complementary color
Monochromatic Colors of #235E21
Black with #235E21
Text Example
Text Example
White with #235E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E21; }
p { color: rgb(35,94,33); }
H1.HeaderClassName
{
color: #235E21;
}
.AnyTagClassName
{
color: #235E21;
}
</style>
background-color css
<style>
a { background-color: #235E21; }
a { background-color: rgb(35,94,33); }
div.DivClassName
{
background-color: #235E21;
}
.BgClassName
{
background-color: #235E21;
}
</style>
border-color css
<style>
span { border-color: #235E21; }
span { border-color: rgb(35,94,33); }
td.TdClassName
{
border-color: #235E21;
}
.TagClassName
{
border-color: #235E21;
}
</style>