Shades of Deep Fir #174821
Tints of Deep Fir #174821
RGB
CMYK
RGB Variations
Color information
#174821 (or 0x174821) is known color: Deep Fir. HEX triplet: 17, 48 and 21. RGB value is (23,72,33). Sum of RGB (Red+Green+Blue) = 23+72+33=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #174821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174821 is #E8B7DE. Grayscale: #353535. Windows color (decimal): -15251423 or 2181143. OLE color: 2181143.
HSL color Cylindrical-coordinate representation of color #174821: hue angle of 132.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174821 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 72 | 33 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.72 |
| HSL | 132.24º | 0.52% | 0.19% | - |
| HSV(B) | 132.24º | 0.68% | 0.28% | - |
| XYZ | 2.95 | 4.93 | 2.23 | - |
| YUV | 52.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 33 | 0.68 | 0 | 0.54 | 0.72 | 132.24 | 0.52 | 0.19 |
| Hex | 17 | 48 | 21 | 44 | 0 | 36 | 48 | 84 | 34 | 13 |
| Octal | 27 | 110 | 41 | 104 | 0 | 66 | 110 | 204 | 64 | 23 |
| Binary | 10111 | 1001000 | 100001 | 1000100 | 0 | 110110 | 1001000 | 10000100 | 110100 | 10011 |
Color Harmonies of #174821
Complementary color
Monochromatic Colors of #174821
Black with #174821
Text Example
Text Example
White with #174821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174821; }
p { color: rgb(23,72,33); }
H1.HeaderClassName
{
color: #174821;
}
.AnyTagClassName
{
color: #174821;
}
</style>
background-color css
<style>
a { background-color: #174821; }
a { background-color: rgb(23,72,33); }
div.DivClassName
{
background-color: #174821;
}
.BgClassName
{
background-color: #174821;
}
</style>
border-color css
<style>
span { border-color: #174821; }
span { border-color: rgb(23,72,33); }
td.TdClassName
{
border-color: #174821;
}
.TagClassName
{
border-color: #174821;
}
</style>