Shades of Deep Fir #182E20
Tints of Deep Fir #182E20
RGB
CMYK
RGB Variations
Color information
#182E20 (or 0x182E20) is known color: Deep Fir. HEX triplet: 18, 2E and 20. RGB value is (24,46,32). Sum of RGB (Red+Green+Blue) = 24+46+32=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #182E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E20 is #E7D1DF. Grayscale: #252525. Windows color (decimal): -15192544 or 2108952. OLE color: 2108952.
HSL color Cylindrical-coordinate representation of color #182E20: hue angle of 141.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #182E20 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 32 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.82 |
| HSL | 141.82º | 0.31% | 0.14% | - |
| HSV(B) | 141.82º | 0.48% | 0.18% | - |
| XYZ | 1.61 | 2.25 | 1.72 | - |
| YUV | 37.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 32 | 0.48 | 0 | 0.30 | 0.82 | 141.82 | 0.31 | 0.14 |
| Hex | 18 | 2E | 20 | 30 | 0 | 1E | 52 | 8E | 1F | E |
| Octal | 30 | 56 | 40 | 60 | 0 | 36 | 122 | 216 | 37 | 16 |
| Binary | 11000 | 101110 | 100000 | 110000 | 0 | 11110 | 1010010 | 10001110 | 11111 | 1110 |
Color Harmonies of #182E20
Complementary color
Monochromatic Colors of #182E20
Black with #182E20
Text Example
Text Example
White with #182E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E20; }
p { color: rgb(24,46,32); }
H1.HeaderClassName
{
color: #182E20;
}
.AnyTagClassName
{
color: #182E20;
}
</style>
background-color css
<style>
a { background-color: #182E20; }
a { background-color: rgb(24,46,32); }
div.DivClassName
{
background-color: #182E20;
}
.BgClassName
{
background-color: #182E20;
}
</style>
border-color css
<style>
span { border-color: #182E20; }
span { border-color: rgb(24,46,32); }
td.TdClassName
{
border-color: #182E20;
}
.TagClassName
{
border-color: #182E20;
}
</style>