Shades of Deep Fir #194228
Tints of Deep Fir #194228
RGB
CMYK
RGB Variations
Color information
#194228 (or 0x194228) is known color: Deep Fir. HEX triplet: 19, 42 and 28. RGB value is (25,66,40). Sum of RGB (Red+Green+Blue) = 25+66+40=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #194228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194228 is #E6BDD7. Grayscale: #323232. Windows color (decimal): -15121880 or 2638361. OLE color: 2638361.
HSL color Cylindrical-coordinate representation of color #194228: hue angle of 141.95º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194228 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 40 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.74 |
| HSL | 141.95º | 0.45% | 0.18% | - |
| HSV(B) | 141.95º | 0.62% | 0.26% | - |
| XYZ | 2.73 | 4.26 | 2.69 | - |
| YUV | 50.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 40 | 0.62 | 0 | 0.39 | 0.74 | 141.95 | 0.45 | 0.18 |
| Hex | 19 | 42 | 28 | 3E | 0 | 27 | 4A | 8E | 2D | 12 |
| Octal | 31 | 102 | 50 | 76 | 0 | 47 | 112 | 216 | 55 | 22 |
| Binary | 11001 | 1000010 | 101000 | 111110 | 0 | 100111 | 1001010 | 10001110 | 101101 | 10010 |
Color Harmonies of #194228
Complementary color
Monochromatic Colors of #194228
Black with #194228
Text Example
Text Example
White with #194228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194228; }
p { color: rgb(25,66,40); }
H1.HeaderClassName
{
color: #194228;
}
.AnyTagClassName
{
color: #194228;
}
</style>
background-color css
<style>
a { background-color: #194228; }
a { background-color: rgb(25,66,40); }
div.DivClassName
{
background-color: #194228;
}
.BgClassName
{
background-color: #194228;
}
</style>
border-color css
<style>
span { border-color: #194228; }
span { border-color: rgb(25,66,40); }
td.TdClassName
{
border-color: #194228;
}
.TagClassName
{
border-color: #194228;
}
</style>