Shades of Deep Fir #183F20
Tints of Deep Fir #183F20
RGB
CMYK
RGB Variations
Color information
#183F20 (or 0x183F20) is known color: Deep Fir. HEX triplet: 18, 3F and 20. RGB value is (24,63,32). Sum of RGB (Red+Green+Blue) = 24+63+32=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #183F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F20 is #E7C0DF. Grayscale: #2F2F2F. Windows color (decimal): -15188192 or 2113304. OLE color: 2113304.
HSL color Cylindrical-coordinate representation of color #183F20: hue angle of 132.31º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183F20 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 32 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.75 |
| HSL | 132.31º | 0.45% | 0.17% | - |
| HSV(B) | 132.31º | 0.62% | 0.25% | - |
| XYZ | 2.41 | 3.85 | 1.98 | - |
| YUV | 47.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 32 | 0.62 | 0 | 0.49 | 0.75 | 132.31 | 0.45 | 0.17 |
| Hex | 18 | 3F | 20 | 3E | 0 | 31 | 4B | 84 | 2D | 11 |
| Octal | 30 | 77 | 40 | 76 | 0 | 61 | 113 | 204 | 55 | 21 |
| Binary | 11000 | 111111 | 100000 | 111110 | 0 | 110001 | 1001011 | 10000100 | 101101 | 10001 |
Color Harmonies of #183F20
Complementary color
Monochromatic Colors of #183F20
Black with #183F20
Text Example
Text Example
White with #183F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F20; }
p { color: rgb(24,63,32); }
H1.HeaderClassName
{
color: #183F20;
}
.AnyTagClassName
{
color: #183F20;
}
</style>
background-color css
<style>
a { background-color: #183F20; }
a { background-color: rgb(24,63,32); }
div.DivClassName
{
background-color: #183F20;
}
.BgClassName
{
background-color: #183F20;
}
</style>
border-color css
<style>
span { border-color: #183F20; }
span { border-color: rgb(24,63,32); }
td.TdClassName
{
border-color: #183F20;
}
.TagClassName
{
border-color: #183F20;
}
</style>