Shades of San Felix #23681F
Tints of San Felix #23681F
RGB
CMYK
RGB Variations
Color information
#23681F (or 0x23681F) is known color: San Felix. HEX triplet: 23, 68 and 1F. RGB value is (35,104,31). Sum of RGB (Red+Green+Blue) = 35+104+31=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #23681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23681F is #DC97E0. Grayscale: #4B4B4B. Windows color (decimal): -14456801 or 2058275. OLE color: 2058275.
HSL color Cylindrical-coordinate representation of color #23681F: hue angle of 116.71º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23681F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 104 | 31 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.59 |
| HSL | 116.71º | 0.54% | 0.26% | - |
| HSV(B) | 116.71º | 0.7% | 0.41% | - |
| XYZ | 5.89 | 10.36 | 2.98 | - |
| YUV | 75.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 31 | 0.66 | 0 | 0.70 | 0.59 | 116.71 | 0.54 | 0.26 |
| Hex | 23 | 68 | 1F | 42 | 0 | 46 | 3B | 75 | 36 | 1A |
| Octal | 43 | 150 | 37 | 102 | 0 | 106 | 73 | 165 | 66 | 32 |
| Binary | 100011 | 1101000 | 11111 | 1000010 | 0 | 1000110 | 111011 | 1110101 | 110110 | 11010 |
Color Harmonies of #23681F
Complementary color
Monochromatic Colors of #23681F
Black with #23681F
Text Example
Text Example
White with #23681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23681F; }
p { color: rgb(35,104,31); }
H1.HeaderClassName
{
color: #23681F;
}
.AnyTagClassName
{
color: #23681F;
}
</style>
background-color css
<style>
a { background-color: #23681F; }
a { background-color: rgb(35,104,31); }
div.DivClassName
{
background-color: #23681F;
}
.BgClassName
{
background-color: #23681F;
}
</style>
border-color css
<style>
span { border-color: #23681F; }
span { border-color: rgb(35,104,31); }
td.TdClassName
{
border-color: #23681F;
}
.TagClassName
{
border-color: #23681F;
}
</style>