Shades of San Felix #23732D
Tints of San Felix #23732D
RGB
CMYK
RGB Variations
Color information
#23732D (or 0x23732D) is known color: San Felix. HEX triplet: 23, 73 and 2D. RGB value is (35,115,45). Sum of RGB (Red+Green+Blue) = 35+115+45=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #23732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23732D is #DC8CD2. Grayscale: #535353. Windows color (decimal): -14453971 or 2978595. OLE color: 2978595.
HSL color Cylindrical-coordinate representation of color #23732D: hue angle of 127.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23732D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 45 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.55 |
| HSL | 127.5º | 0.53% | 0.29% | - |
| HSV(B) | 127.5º | 0.7% | 0.45% | - |
| XYZ | 7.3 | 12.81 | 4.57 | - |
| YUV | 83.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 45 | 0.70 | 0 | 0.61 | 0.55 | 127.5 | 0.53 | 0.29 |
| Hex | 23 | 73 | 2D | 46 | 0 | 3D | 37 | 80 | 35 | 1D |
| Octal | 43 | 163 | 55 | 106 | 0 | 75 | 67 | 200 | 65 | 35 |
| Binary | 100011 | 1110011 | 101101 | 1000110 | 0 | 111101 | 110111 | 10000000 | 110101 | 11101 |
Color Harmonies of #23732D
Complementary color
Monochromatic Colors of #23732D
Black with #23732D
Text Example
Text Example
White with #23732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23732D; }
p { color: rgb(35,115,45); }
H1.HeaderClassName
{
color: #23732D;
}
.AnyTagClassName
{
color: #23732D;
}
</style>
background-color css
<style>
a { background-color: #23732D; }
a { background-color: rgb(35,115,45); }
div.DivClassName
{
background-color: #23732D;
}
.BgClassName
{
background-color: #23732D;
}
</style>
border-color css
<style>
span { border-color: #23732D; }
span { border-color: rgb(35,115,45); }
td.TdClassName
{
border-color: #23732D;
}
.TagClassName
{
border-color: #23732D;
}
</style>