Shades of San Felix #31692F
Tints of San Felix #31692F
RGB
CMYK
RGB Variations
Color information
#31692F (or 0x31692F) is known color: San Felix. HEX triplet: 31, 69 and 2F. RGB value is (49,105,47). Sum of RGB (Red+Green+Blue) = 49+105+47=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #31692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31692F is #CE96D0. Grayscale: #515151. Windows color (decimal): -13539025 or 3107121. OLE color: 3107121.
HSL color Cylindrical-coordinate representation of color #31692F: hue angle of 117.93º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31692F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 105 | 47 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.59 |
| HSL | 117.93º | 0.38% | 0.3% | - |
| HSV(B) | 117.93º | 0.55% | 0.41% | - |
| XYZ | 6.83 | 10.96 | 4.45 | - |
| YUV | 81.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 47 | 0.53 | 0 | 0.55 | 0.59 | 117.93 | 0.38 | 0.3 |
| Hex | 31 | 69 | 2F | 35 | 0 | 37 | 3B | 76 | 26 | 1E |
| Octal | 61 | 151 | 57 | 65 | 0 | 67 | 73 | 166 | 46 | 36 |
| Binary | 110001 | 1101001 | 101111 | 110101 | 0 | 110111 | 111011 | 1110110 | 100110 | 11110 |
Color Harmonies of #31692F
Complementary color
Monochromatic Colors of #31692F
Black with #31692F
Text Example
Text Example
White with #31692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31692F; }
p { color: rgb(49,105,47); }
H1.HeaderClassName
{
color: #31692F;
}
.AnyTagClassName
{
color: #31692F;
}
</style>
background-color css
<style>
a { background-color: #31692F; }
a { background-color: rgb(49,105,47); }
div.DivClassName
{
background-color: #31692F;
}
.BgClassName
{
background-color: #31692F;
}
</style>
border-color css
<style>
span { border-color: #31692F; }
span { border-color: rgb(49,105,47); }
td.TdClassName
{
border-color: #31692F;
}
.TagClassName
{
border-color: #31692F;
}
</style>