Shades of San Felix #195F1D
Tints of San Felix #195F1D
RGB
CMYK
RGB Variations
Color information
#195F1D (or 0x195F1D) is known color: San Felix. HEX triplet: 19, 5F and 1D. RGB value is (25,95,29). Sum of RGB (Red+Green+Blue) = 25+95+29=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 95 (37.5% from 255 or 63.76% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 95 - color contains mainly: green. Hex color #195F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F1D is #E6A0E2. Grayscale: #424242. Windows color (decimal): -15114467 or 1924889. OLE color: 1924889.
HSL color Cylindrical-coordinate representation of color #195F1D: hue angle of 123.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F1D is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 29 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.63 |
| HSL | 123.43º | 0.58% | 0.24% | - |
| HSV(B) | 123.43º | 0.74% | 0.37% | - |
| XYZ | 4.71 | 8.48 | 2.55 | - |
| YUV | 66.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 29 | 0.74 | 0 | 0.69 | 0.63 | 123.43 | 0.58 | 0.24 |
| Hex | 19 | 5F | 1D | 4A | 0 | 45 | 3F | 7B | 3A | 18 |
| Octal | 31 | 137 | 35 | 112 | 0 | 105 | 77 | 173 | 72 | 30 |
| Binary | 11001 | 1011111 | 11101 | 1001010 | 0 | 1000101 | 111111 | 1111011 | 111010 | 11000 |
Color Harmonies of #195F1D
Complementary color
Monochromatic Colors of #195F1D
Black with #195F1D
Text Example
Text Example
White with #195F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F1D; }
p { color: rgb(25,95,29); }
H1.HeaderClassName
{
color: #195F1D;
}
.AnyTagClassName
{
color: #195F1D;
}
</style>
background-color css
<style>
a { background-color: #195F1D; }
a { background-color: rgb(25,95,29); }
div.DivClassName
{
background-color: #195F1D;
}
.BgClassName
{
background-color: #195F1D;
}
</style>
border-color css
<style>
span { border-color: #195F1D; }
span { border-color: rgb(25,95,29); }
td.TdClassName
{
border-color: #195F1D;
}
.TagClassName
{
border-color: #195F1D;
}
</style>