Shades of San Felix #23662E
Tints of San Felix #23662E
RGB
CMYK
RGB Variations
Color information
#23662E (or 0x23662E) is known color: San Felix. HEX triplet: 23, 66 and 2E. RGB value is (35,102,46). Sum of RGB (Red+Green+Blue) = 35+102+46=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #23662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23662E is #DC99D1. Grayscale: #4B4B4B. Windows color (decimal): -14457298 or 3040803. OLE color: 3040803.
HSL color Cylindrical-coordinate representation of color #23662E: hue angle of 129.85º 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 #23662E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 102 | 46 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.6 |
| HSL | 129.85º | 0.49% | 0.27% | - |
| HSV(B) | 129.85º | 0.66% | 0.4% | - |
| XYZ | 5.94 | 10.06 | 4.21 | - |
| YUV | 75.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 46 | 0.66 | 0 | 0.55 | 0.6 | 129.85 | 0.49 | 0.27 |
| Hex | 23 | 66 | 2E | 42 | 0 | 37 | 3C | 82 | 31 | 1B |
| Octal | 43 | 146 | 56 | 102 | 0 | 67 | 74 | 202 | 61 | 33 |
| Binary | 100011 | 1100110 | 101110 | 1000010 | 0 | 110111 | 111100 | 10000010 | 110001 | 11011 |
Color Harmonies of #23662E
Complementary color
Monochromatic Colors of #23662E
Black with #23662E
Text Example
Text Example
White with #23662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23662E; }
p { color: rgb(35,102,46); }
H1.HeaderClassName
{
color: #23662E;
}
.AnyTagClassName
{
color: #23662E;
}
</style>
background-color css
<style>
a { background-color: #23662E; }
a { background-color: rgb(35,102,46); }
div.DivClassName
{
background-color: #23662E;
}
.BgClassName
{
background-color: #23662E;
}
</style>
border-color css
<style>
span { border-color: #23662E; }
span { border-color: rgb(35,102,46); }
td.TdClassName
{
border-color: #23662E;
}
.TagClassName
{
border-color: #23662E;
}
</style>