Shades of San Felix #23731E
Tints of San Felix #23731E
RGB
CMYK
RGB Variations
Color information
#23731E (or 0x23731E) is known color: San Felix. HEX triplet: 23, 73 and 1E. RGB value is (35,115,30). Sum of RGB (Red+Green+Blue) = 35+115+30=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #23731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23731E is #DC8CE1. Grayscale: #515151. Windows color (decimal): -14453986 or 1995555. OLE color: 1995555.
HSL color Cylindrical-coordinate representation of color #23731E: hue angle of 116.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23731E is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 30 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.55 |
| HSL | 116.47º | 0.59% | 0.28% | - |
| HSV(B) | 116.47º | 0.74% | 0.45% | - |
| XYZ | 7.06 | 12.71 | 3.31 | - |
| YUV | 81.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 30 | 0.70 | 0 | 0.74 | 0.55 | 116.47 | 0.59 | 0.28 |
| Hex | 23 | 73 | 1E | 46 | 0 | 4A | 37 | 74 | 3B | 1C |
| Octal | 43 | 163 | 36 | 106 | 0 | 112 | 67 | 164 | 73 | 34 |
| Binary | 100011 | 1110011 | 11110 | 1000110 | 0 | 1001010 | 110111 | 1110100 | 111011 | 11100 |
Color Harmonies of #23731E
Complementary color
Monochromatic Colors of #23731E
Black with #23731E
Text Example
Text Example
White with #23731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23731E; }
p { color: rgb(35,115,30); }
H1.HeaderClassName
{
color: #23731E;
}
.AnyTagClassName
{
color: #23731E;
}
</style>
background-color css
<style>
a { background-color: #23731E; }
a { background-color: rgb(35,115,30); }
div.DivClassName
{
background-color: #23731E;
}
.BgClassName
{
background-color: #23731E;
}
</style>
border-color css
<style>
span { border-color: #23731E; }
span { border-color: rgb(35,115,30); }
td.TdClassName
{
border-color: #23731E;
}
.TagClassName
{
border-color: #23731E;
}
</style>