Shades of Deep Fir #183F22
Tints of Deep Fir #183F22
RGB
CMYK
RGB Variations
Color information
#183F22 (or 0x183F22) is known color: Deep Fir. HEX triplet: 18, 3F and 22. RGB value is (24,63,34). Sum of RGB (Red+Green+Blue) = 24+63+34=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #183F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F22 is #E7C0DD. Grayscale: #303030. Windows color (decimal): -15188190 or 2244376. OLE color: 2244376.
HSL color Cylindrical-coordinate representation of color #183F22: hue angle of 135.38º 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 #183F22 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 34 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.75 |
| HSL | 135.38º | 0.45% | 0.17% | - |
| HSV(B) | 135.38º | 0.62% | 0.25% | - |
| XYZ | 2.44 | 3.86 | 2.13 | - |
| YUV | 48.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 34 | 0.62 | 0 | 0.46 | 0.75 | 135.38 | 0.45 | 0.17 |
| Hex | 18 | 3F | 22 | 3E | 0 | 2E | 4B | 87 | 2D | 11 |
| Octal | 30 | 77 | 42 | 76 | 0 | 56 | 113 | 207 | 55 | 21 |
| Binary | 11000 | 111111 | 100010 | 111110 | 0 | 101110 | 1001011 | 10000111 | 101101 | 10001 |
Color Harmonies of #183F22
Complementary color
Monochromatic Colors of #183F22
Black with #183F22
Text Example
Text Example
White with #183F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F22; }
p { color: rgb(24,63,34); }
H1.HeaderClassName
{
color: #183F22;
}
.AnyTagClassName
{
color: #183F22;
}
</style>
background-color css
<style>
a { background-color: #183F22; }
a { background-color: rgb(24,63,34); }
div.DivClassName
{
background-color: #183F22;
}
.BgClassName
{
background-color: #183F22;
}
</style>
border-color css
<style>
span { border-color: #183F22; }
span { border-color: rgb(24,63,34); }
td.TdClassName
{
border-color: #183F22;
}
.TagClassName
{
border-color: #183F22;
}
</style>