Shades of San Felix #23732E
Tints of San Felix #23732E
RGB
CMYK
RGB Variations
Color information
#23732E (or 0x23732E) is known color: San Felix. HEX triplet: 23, 73 and 2E. RGB value is (35,115,46). Sum of RGB (Red+Green+Blue) = 35+115+46=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #23732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23732E is #DC8CD1. Grayscale: #535353. Windows color (decimal): -14453970 or 3044131. OLE color: 3044131.
HSL color Cylindrical-coordinate representation of color #23732E: hue angle of 128.25º 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 #23732E is Cyan = 0.70, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 46 | - |
| CMYK | 0.70 | 0 | 0.6 | 0.55 |
| HSL | 128.25º | 0.53% | 0.29% | - |
| HSV(B) | 128.25º | 0.7% | 0.45% | - |
| XYZ | 7.32 | 12.82 | 4.67 | - |
| YUV | 83.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 46 | 0.70 | 0 | 0.6 | 0.55 | 128.25 | 0.53 | 0.29 |
| Hex | 23 | 73 | 2E | 46 | 0 | 3C | 37 | 80 | 35 | 1D |
| Octal | 43 | 163 | 56 | 106 | 0 | 74 | 67 | 200 | 65 | 35 |
| Binary | 100011 | 1110011 | 101110 | 1000110 | 0 | 111100 | 110111 | 10000000 | 110101 | 11101 |
Color Harmonies of #23732E
Complementary color
Monochromatic Colors of #23732E
Black with #23732E
Text Example
Text Example
White with #23732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23732E; }
p { color: rgb(35,115,46); }
H1.HeaderClassName
{
color: #23732E;
}
.AnyTagClassName
{
color: #23732E;
}
</style>
background-color css
<style>
a { background-color: #23732E; }
a { background-color: rgb(35,115,46); }
div.DivClassName
{
background-color: #23732E;
}
.BgClassName
{
background-color: #23732E;
}
</style>
border-color css
<style>
span { border-color: #23732E; }
span { border-color: rgb(35,115,46); }
td.TdClassName
{
border-color: #23732E;
}
.TagClassName
{
border-color: #23732E;
}
</style>