Shades of San Felix #23762D
Tints of San Felix #23762D
RGB
CMYK
RGB Variations
Color information
#23762D (or 0x23762D) is known color: San Felix. HEX triplet: 23, 76 and 2D. RGB value is (35,118,45). Sum of RGB (Red+Green+Blue) = 35+118+45=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #23762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23762D is #DC89D2. Grayscale: #555555. Windows color (decimal): -14453203 or 2979363. OLE color: 2979363.
HSL color Cylindrical-coordinate representation of color #23762D: hue angle of 127.23º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23762D is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 118 | 45 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.54 |
| HSL | 127.23º | 0.54% | 0.3% | - |
| HSV(B) | 127.23º | 0.7% | 0.46% | - |
| XYZ | 7.65 | 13.5 | 4.69 | - |
| YUV | 84.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 45 | 0.70 | 0 | 0.62 | 0.54 | 127.23 | 0.54 | 0.3 |
| Hex | 23 | 76 | 2D | 46 | 0 | 3E | 36 | 7F | 36 | 1E |
| Octal | 43 | 166 | 55 | 106 | 0 | 76 | 66 | 177 | 66 | 36 |
| Binary | 100011 | 1110110 | 101101 | 1000110 | 0 | 111110 | 110110 | 1111111 | 110110 | 11110 |
Color Harmonies of #23762D
Complementary color
Monochromatic Colors of #23762D
Black with #23762D
Text Example
Text Example
White with #23762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23762D; }
p { color: rgb(35,118,45); }
H1.HeaderClassName
{
color: #23762D;
}
.AnyTagClassName
{
color: #23762D;
}
</style>
background-color css
<style>
a { background-color: #23762D; }
a { background-color: rgb(35,118,45); }
div.DivClassName
{
background-color: #23762D;
}
.BgClassName
{
background-color: #23762D;
}
</style>
border-color css
<style>
span { border-color: #23762D; }
span { border-color: rgb(35,118,45); }
td.TdClassName
{
border-color: #23762D;
}
.TagClassName
{
border-color: #23762D;
}
</style>