Shades of Deep Fir #183F28
Tints of Deep Fir #183F28
RGB
CMYK
RGB Variations
Color information
#183F28 (or 0x183F28) is known color: Deep Fir. HEX triplet: 18, 3F and 28. RGB value is (24,63,40). Sum of RGB (Red+Green+Blue) = 24+63+40=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #183F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F28 is #E7C0D7. Grayscale: #303030. Windows color (decimal): -15188184 or 2637592. OLE color: 2637592.
HSL color Cylindrical-coordinate representation of color #183F28: hue angle of 144.62º 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 #183F28 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 40 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.75 |
| HSL | 144.62º | 0.45% | 0.17% | - |
| HSV(B) | 144.62º | 0.62% | 0.25% | - |
| XYZ | 2.54 | 3.9 | 2.63 | - |
| YUV | 48.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 40 | 0.62 | 0 | 0.37 | 0.75 | 144.62 | 0.45 | 0.17 |
| Hex | 18 | 3F | 28 | 3E | 0 | 25 | 4B | 91 | 2D | 11 |
| Octal | 30 | 77 | 50 | 76 | 0 | 45 | 113 | 221 | 55 | 21 |
| Binary | 11000 | 111111 | 101000 | 111110 | 0 | 100101 | 1001011 | 10010001 | 101101 | 10001 |
Color Harmonies of #183F28
Complementary color
Monochromatic Colors of #183F28
Black with #183F28
Text Example
Text Example
White with #183F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F28; }
p { color: rgb(24,63,40); }
H1.HeaderClassName
{
color: #183F28;
}
.AnyTagClassName
{
color: #183F28;
}
</style>
background-color css
<style>
a { background-color: #183F28; }
a { background-color: rgb(24,63,40); }
div.DivClassName
{
background-color: #183F28;
}
.BgClassName
{
background-color: #183F28;
}
</style>
border-color css
<style>
span { border-color: #183F28; }
span { border-color: rgb(24,63,40); }
td.TdClassName
{
border-color: #183F28;
}
.TagClassName
{
border-color: #183F28;
}
</style>