Shades of San Felix #1F6323
Tints of San Felix #1F6323
RGB
CMYK
RGB Variations
Color information
#1F6323 (or 0x1F6323) is known color: San Felix. HEX triplet: 1F, 63 and 23. RGB value is (31,99,35). Sum of RGB (Red+Green+Blue) = 31+99+35=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6323 is #E09CDC. Grayscale: #474747. Windows color (decimal): -14720221 or 2319135. OLE color: 2319135.
HSL color Cylindrical-coordinate representation of color #1F6323: hue angle of 123.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6323 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 35 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.61 |
| HSL | 123.53º | 0.52% | 0.25% | - |
| HSV(B) | 123.53º | 0.69% | 0.39% | - |
| XYZ | 5.33 | 9.34 | 3.11 | - |
| YUV | 71.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 35 | 0.69 | 0 | 0.65 | 0.61 | 123.53 | 0.52 | 0.25 |
| Hex | 1F | 63 | 23 | 45 | 0 | 41 | 3D | 7C | 34 | 19 |
| Octal | 37 | 143 | 43 | 105 | 0 | 101 | 75 | 174 | 64 | 31 |
| Binary | 11111 | 1100011 | 100011 | 1000101 | 0 | 1000001 | 111101 | 1111100 | 110100 | 11001 |
Color Harmonies of #1F6323
Complementary color
Monochromatic Colors of #1F6323
Black with #1F6323
Text Example
Text Example
White with #1F6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6323; }
p { color: rgb(31,99,35); }
H1.HeaderClassName
{
color: #1F6323;
}
.AnyTagClassName
{
color: #1F6323;
}
</style>
background-color css
<style>
a { background-color: #1F6323; }
a { background-color: rgb(31,99,35); }
div.DivClassName
{
background-color: #1F6323;
}
.BgClassName
{
background-color: #1F6323;
}
</style>
border-color css
<style>
span { border-color: #1F6323; }
span { border-color: rgb(31,99,35); }
td.TdClassName
{
border-color: #1F6323;
}
.TagClassName
{
border-color: #1F6323;
}
</style>