Shades of Deep Fir #184921
Tints of Deep Fir #184921
RGB
CMYK
RGB Variations
Color information
#184921 (or 0x184921) is known color: Deep Fir. HEX triplet: 18, 49 and 21. RGB value is (24,73,33). Sum of RGB (Red+Green+Blue) = 24+73+33=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #184921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184921 is #E7B6DE. Grayscale: #353535. Windows color (decimal): -15185631 or 2181400. OLE color: 2181400.
HSL color Cylindrical-coordinate representation of color #184921: hue angle of 131.02º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184921 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 33 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.71 |
| HSL | 131.02º | 0.51% | 0.19% | - |
| HSV(B) | 131.02º | 0.67% | 0.29% | - |
| XYZ | 3.03 | 5.07 | 2.26 | - |
| YUV | 53.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 33 | 0.67 | 0 | 0.55 | 0.71 | 131.02 | 0.51 | 0.19 |
| Hex | 18 | 49 | 21 | 43 | 0 | 37 | 47 | 83 | 33 | 13 |
| Octal | 30 | 111 | 41 | 103 | 0 | 67 | 107 | 203 | 63 | 23 |
| Binary | 11000 | 1001001 | 100001 | 1000011 | 0 | 110111 | 1000111 | 10000011 | 110011 | 10011 |
Color Harmonies of #184921
Complementary color
Monochromatic Colors of #184921
Black with #184921
Text Example
Text Example
White with #184921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184921; }
p { color: rgb(24,73,33); }
H1.HeaderClassName
{
color: #184921;
}
.AnyTagClassName
{
color: #184921;
}
</style>
background-color css
<style>
a { background-color: #184921; }
a { background-color: rgb(24,73,33); }
div.DivClassName
{
background-color: #184921;
}
.BgClassName
{
background-color: #184921;
}
</style>
border-color css
<style>
span { border-color: #184921; }
span { border-color: rgb(24,73,33); }
td.TdClassName
{
border-color: #184921;
}
.TagClassName
{
border-color: #184921;
}
</style>