Shades of Deep Fir #194029
Tints of Deep Fir #194029
RGB
CMYK
RGB Variations
Color information
#194029 (or 0x194029) is known color: Deep Fir. HEX triplet: 19, 40 and 29. RGB value is (25,64,41). Sum of RGB (Red+Green+Blue) = 25+64+41=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #194029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194029 is #E6BFD6. Grayscale: #313131. Windows color (decimal): -15122391 or 2703385. OLE color: 2703385.
HSL color Cylindrical-coordinate representation of color #194029: hue angle of 144.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194029 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 41 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.75 |
| HSL | 144.62º | 0.44% | 0.17% | - |
| HSV(B) | 144.62º | 0.61% | 0.25% | - |
| XYZ | 2.63 | 4.03 | 2.74 | - |
| YUV | 49.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 41 | 0.61 | 0 | 0.36 | 0.75 | 144.62 | 0.44 | 0.17 |
| Hex | 19 | 40 | 29 | 3D | 0 | 24 | 4B | 91 | 2C | 11 |
| Octal | 31 | 100 | 51 | 75 | 0 | 44 | 113 | 221 | 54 | 21 |
| Binary | 11001 | 1000000 | 101001 | 111101 | 0 | 100100 | 1001011 | 10010001 | 101100 | 10001 |
Color Harmonies of #194029
Complementary color
Monochromatic Colors of #194029
Black with #194029
Text Example
Text Example
White with #194029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194029; }
p { color: rgb(25,64,41); }
H1.HeaderClassName
{
color: #194029;
}
.AnyTagClassName
{
color: #194029;
}
</style>
background-color css
<style>
a { background-color: #194029; }
a { background-color: rgb(25,64,41); }
div.DivClassName
{
background-color: #194029;
}
.BgClassName
{
background-color: #194029;
}
</style>
border-color css
<style>
span { border-color: #194029; }
span { border-color: rgb(25,64,41); }
td.TdClassName
{
border-color: #194029;
}
.TagClassName
{
border-color: #194029;
}
</style>