Shades of San Felix #23692C
Tints of San Felix #23692C
RGB
CMYK
RGB Variations
Color information
#23692C (or 0x23692C) is known color: San Felix. HEX triplet: 23, 69 and 2C. RGB value is (35,105,44). Sum of RGB (Red+Green+Blue) = 35+105+44=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #23692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23692C is #DC96D3. Grayscale: #4D4D4D. Windows color (decimal): -14456532 or 2910499. OLE color: 2910499.
HSL color Cylindrical-coordinate representation of color #23692C: hue angle of 127.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23692C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 105 | 44 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.59 |
| HSL | 127.71º | 0.5% | 0.27% | - |
| HSV(B) | 127.71º | 0.67% | 0.41% | - |
| XYZ | 6.2 | 10.64 | 4.11 | - |
| YUV | 77.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 44 | 0.67 | 0 | 0.58 | 0.59 | 127.71 | 0.5 | 0.27 |
| Hex | 23 | 69 | 2C | 43 | 0 | 3A | 3B | 80 | 32 | 1B |
| Octal | 43 | 151 | 54 | 103 | 0 | 72 | 73 | 200 | 62 | 33 |
| Binary | 100011 | 1101001 | 101100 | 1000011 | 0 | 111010 | 111011 | 10000000 | 110010 | 11011 |
Color Harmonies of #23692C
Complementary color
Monochromatic Colors of #23692C
Black with #23692C
Text Example
Text Example
White with #23692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23692C; }
p { color: rgb(35,105,44); }
H1.HeaderClassName
{
color: #23692C;
}
.AnyTagClassName
{
color: #23692C;
}
</style>
background-color css
<style>
a { background-color: #23692C; }
a { background-color: rgb(35,105,44); }
div.DivClassName
{
background-color: #23692C;
}
.BgClassName
{
background-color: #23692C;
}
</style>
border-color css
<style>
span { border-color: #23692C; }
span { border-color: rgb(35,105,44); }
td.TdClassName
{
border-color: #23692C;
}
.TagClassName
{
border-color: #23692C;
}
</style>