Shades of San Felix #23731F
Tints of San Felix #23731F
RGB
CMYK
RGB Variations
Color information
#23731F (or 0x23731F) is known color: San Felix. HEX triplet: 23, 73 and 1F. RGB value is (35,115,31). Sum of RGB (Red+Green+Blue) = 35+115+31=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #23731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23731F is #DC8CE0. Grayscale: #515151. Windows color (decimal): -14453985 or 2061091. OLE color: 2061091.
HSL color Cylindrical-coordinate representation of color #23731F: hue angle of 117.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23731F is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 31 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.55 |
| HSL | 117.14º | 0.58% | 0.29% | - |
| HSV(B) | 117.14º | 0.73% | 0.45% | - |
| XYZ | 7.07 | 12.72 | 3.38 | - |
| YUV | 81.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 31 | 0.70 | 0 | 0.73 | 0.55 | 117.14 | 0.58 | 0.29 |
| Hex | 23 | 73 | 1F | 46 | 0 | 49 | 37 | 75 | 3A | 1D |
| Octal | 43 | 163 | 37 | 106 | 0 | 111 | 67 | 165 | 72 | 35 |
| Binary | 100011 | 1110011 | 11111 | 1000110 | 0 | 1001001 | 110111 | 1110101 | 111010 | 11101 |
Color Harmonies of #23731F
Complementary color
Monochromatic Colors of #23731F
Black with #23731F
Text Example
Text Example
White with #23731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23731F; }
p { color: rgb(35,115,31); }
H1.HeaderClassName
{
color: #23731F;
}
.AnyTagClassName
{
color: #23731F;
}
</style>
background-color css
<style>
a { background-color: #23731F; }
a { background-color: rgb(35,115,31); }
div.DivClassName
{
background-color: #23731F;
}
.BgClassName
{
background-color: #23731F;
}
</style>
border-color css
<style>
span { border-color: #23731F; }
span { border-color: rgb(35,115,31); }
td.TdClassName
{
border-color: #23731F;
}
.TagClassName
{
border-color: #23731F;
}
</style>