Shades of Deep Fir #193D28
Tints of Deep Fir #193D28
RGB
CMYK
RGB Variations
Color information
#193D28 (or 0x193D28) is known color: Deep Fir. HEX triplet: 19, 3D and 28. RGB value is (25,61,40). Sum of RGB (Red+Green+Blue) = 25+61+40=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #193D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D28 is #E6C2D7. Grayscale: #2F2F2F. Windows color (decimal): -15123160 or 2637081. OLE color: 2637081.
HSL color Cylindrical-coordinate representation of color #193D28: hue angle of 145º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D28 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 40 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.76 |
| HSL | 145º | 0.42% | 0.17% | - |
| HSV(B) | 145º | 0.59% | 0.24% | - |
| XYZ | 2.45 | 3.7 | 2.59 | - |
| YUV | 47.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 40 | 0.59 | 0 | 0.34 | 0.76 | 145 | 0.42 | 0.17 |
| Hex | 19 | 3D | 28 | 3B | 0 | 22 | 4C | 91 | 2A | 11 |
| Octal | 31 | 75 | 50 | 73 | 0 | 42 | 114 | 221 | 52 | 21 |
| Binary | 11001 | 111101 | 101000 | 111011 | 0 | 100010 | 1001100 | 10010001 | 101010 | 10001 |
Color Harmonies of #193D28
Complementary color
Monochromatic Colors of #193D28
Black with #193D28
Text Example
Text Example
White with #193D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D28; }
p { color: rgb(25,61,40); }
H1.HeaderClassName
{
color: #193D28;
}
.AnyTagClassName
{
color: #193D28;
}
</style>
background-color css
<style>
a { background-color: #193D28; }
a { background-color: rgb(25,61,40); }
div.DivClassName
{
background-color: #193D28;
}
.BgClassName
{
background-color: #193D28;
}
</style>
border-color css
<style>
span { border-color: #193D28; }
span { border-color: rgb(25,61,40); }
td.TdClassName
{
border-color: #193D28;
}
.TagClassName
{
border-color: #193D28;
}
</style>