Shades of San Felix #23742C
Tints of San Felix #23742C
RGB
CMYK
RGB Variations
Color information
#23742C (or 0x23742C) is known color: San Felix. HEX triplet: 23, 74 and 2C. RGB value is (35,116,44). Sum of RGB (Red+Green+Blue) = 35+116+44=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #23742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23742C is #DC8BD3. Grayscale: #535353. Windows color (decimal): -14453716 or 2913315. OLE color: 2913315.
HSL color Cylindrical-coordinate representation of color #23742C: hue angle of 126.67º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23742C is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 44 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.55 |
| HSL | 126.67º | 0.54% | 0.3% | - |
| HSV(B) | 126.67º | 0.7% | 0.45% | - |
| XYZ | 7.39 | 13.03 | 4.51 | - |
| YUV | 83.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 44 | 0.70 | 0 | 0.62 | 0.55 | 126.67 | 0.54 | 0.3 |
| Hex | 23 | 74 | 2C | 46 | 0 | 3E | 37 | 7F | 36 | 1E |
| Octal | 43 | 164 | 54 | 106 | 0 | 76 | 67 | 177 | 66 | 36 |
| Binary | 100011 | 1110100 | 101100 | 1000110 | 0 | 111110 | 110111 | 1111111 | 110110 | 11110 |
Color Harmonies of #23742C
Complementary color
Monochromatic Colors of #23742C
Black with #23742C
Text Example
Text Example
White with #23742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23742C; }
p { color: rgb(35,116,44); }
H1.HeaderClassName
{
color: #23742C;
}
.AnyTagClassName
{
color: #23742C;
}
</style>
background-color css
<style>
a { background-color: #23742C; }
a { background-color: rgb(35,116,44); }
div.DivClassName
{
background-color: #23742C;
}
.BgClassName
{
background-color: #23742C;
}
</style>
border-color css
<style>
span { border-color: #23742C; }
span { border-color: rgb(35,116,44); }
td.TdClassName
{
border-color: #23742C;
}
.TagClassName
{
border-color: #23742C;
}
</style>