Shades of Deep Fir #182F21
Tints of Deep Fir #182F21
RGB
CMYK
RGB Variations
Color information
#182F21 (or 0x182F21) is known color: Deep Fir. HEX triplet: 18, 2F and 21. RGB value is (24,47,33). Sum of RGB (Red+Green+Blue) = 24+47+33=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #182F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F21 is #E7D0DE. Grayscale: #262626. Windows color (decimal): -15192287 or 2174744. OLE color: 2174744.
HSL color Cylindrical-coordinate representation of color #182F21: hue angle of 143.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F21 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 33 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.82 |
| HSL | 143.48º | 0.32% | 0.14% | - |
| HSV(B) | 143.48º | 0.49% | 0.18% | - |
| XYZ | 1.67 | 2.34 | 1.8 | - |
| YUV | 38.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 33 | 0.49 | 0 | 0.30 | 0.82 | 143.48 | 0.32 | 0.14 |
| Hex | 18 | 2F | 21 | 31 | 0 | 1E | 52 | 8F | 20 | E |
| Octal | 30 | 57 | 41 | 61 | 0 | 36 | 122 | 217 | 40 | 16 |
| Binary | 11000 | 101111 | 100001 | 110001 | 0 | 11110 | 1010010 | 10001111 | 100000 | 1110 |
Color Harmonies of #182F21
Complementary color
Monochromatic Colors of #182F21
Black with #182F21
Text Example
Text Example
White with #182F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F21; }
p { color: rgb(24,47,33); }
H1.HeaderClassName
{
color: #182F21;
}
.AnyTagClassName
{
color: #182F21;
}
</style>
background-color css
<style>
a { background-color: #182F21; }
a { background-color: rgb(24,47,33); }
div.DivClassName
{
background-color: #182F21;
}
.BgClassName
{
background-color: #182F21;
}
</style>
border-color css
<style>
span { border-color: #182F21; }
span { border-color: rgb(24,47,33); }
td.TdClassName
{
border-color: #182F21;
}
.TagClassName
{
border-color: #182F21;
}
</style>