Shades of Deep Fir #174228
Tints of Deep Fir #174228
RGB
CMYK
RGB Variations
Color information
#174228 (or 0x174228) is known color: Deep Fir. HEX triplet: 17, 42 and 28. RGB value is (23,66,40). Sum of RGB (Red+Green+Blue) = 23+66+40=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #174228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174228 is #E8BDD7. Grayscale: #323232. Windows color (decimal): -15252952 or 2638359. OLE color: 2638359.
HSL color Cylindrical-coordinate representation of color #174228: hue angle of 143.72º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174228 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 40 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.74 |
| HSL | 143.72º | 0.48% | 0.17% | - |
| HSV(B) | 143.72º | 0.65% | 0.26% | - |
| XYZ | 2.68 | 4.23 | 2.68 | - |
| YUV | 50.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 40 | 0.65 | 0 | 0.39 | 0.74 | 143.72 | 0.48 | 0.17 |
| Hex | 17 | 42 | 28 | 41 | 0 | 27 | 4A | 90 | 30 | 11 |
| Octal | 27 | 102 | 50 | 101 | 0 | 47 | 112 | 220 | 60 | 21 |
| Binary | 10111 | 1000010 | 101000 | 1000001 | 0 | 100111 | 1001010 | 10010000 | 110000 | 10001 |
Color Harmonies of #174228
Complementary color
Monochromatic Colors of #174228
Black with #174228
Text Example
Text Example
White with #174228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174228; }
p { color: rgb(23,66,40); }
H1.HeaderClassName
{
color: #174228;
}
.AnyTagClassName
{
color: #174228;
}
</style>
background-color css
<style>
a { background-color: #174228; }
a { background-color: rgb(23,66,40); }
div.DivClassName
{
background-color: #174228;
}
.BgClassName
{
background-color: #174228;
}
</style>
border-color css
<style>
span { border-color: #174228; }
span { border-color: rgb(23,66,40); }
td.TdClassName
{
border-color: #174228;
}
.TagClassName
{
border-color: #174228;
}
</style>