Shades of San Felix #23672C
Tints of San Felix #23672C
RGB
CMYK
RGB Variations
Color information
#23672C (or 0x23672C) is known color: San Felix. HEX triplet: 23, 67 and 2C. RGB value is (35,103,44). Sum of RGB (Red+Green+Blue) = 35+103+44=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #23672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23672C is #DC98D3. Grayscale: #4C4C4C. Windows color (decimal): -14457044 or 2909987. OLE color: 2909987.
HSL color Cylindrical-coordinate representation of color #23672C: hue angle of 127.94º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23672C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 103 | 44 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.60 |
| HSL | 127.94º | 0.49% | 0.27% | - |
| HSV(B) | 127.94º | 0.66% | 0.4% | - |
| XYZ | 6 | 10.24 | 4.04 | - |
| YUV | 75.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 44 | 0.66 | 0 | 0.57 | 0.60 | 127.94 | 0.49 | 0.27 |
| Hex | 23 | 67 | 2C | 42 | 0 | 39 | 3C | 80 | 31 | 1B |
| Octal | 43 | 147 | 54 | 102 | 0 | 71 | 74 | 200 | 61 | 33 |
| Binary | 100011 | 1100111 | 101100 | 1000010 | 0 | 111001 | 111100 | 10000000 | 110001 | 11011 |
Color Harmonies of #23672C
Complementary color
Monochromatic Colors of #23672C
Black with #23672C
Text Example
Text Example
White with #23672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23672C; }
p { color: rgb(35,103,44); }
H1.HeaderClassName
{
color: #23672C;
}
.AnyTagClassName
{
color: #23672C;
}
</style>
background-color css
<style>
a { background-color: #23672C; }
a { background-color: rgb(35,103,44); }
div.DivClassName
{
background-color: #23672C;
}
.BgClassName
{
background-color: #23672C;
}
</style>
border-color css
<style>
span { border-color: #23672C; }
span { border-color: rgb(35,103,44); }
td.TdClassName
{
border-color: #23672C;
}
.TagClassName
{
border-color: #23672C;
}
</style>