Shades of Deep Fir #183F26
Tints of Deep Fir #183F26
RGB
CMYK
RGB Variations
Color information
#183F26 (or 0x183F26) is known color: Deep Fir. HEX triplet: 18, 3F and 26. RGB value is (24,63,38). Sum of RGB (Red+Green+Blue) = 24+63+38=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #183F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F26 is #E7C0D9. Grayscale: #303030. Windows color (decimal): -15188186 or 2506520. OLE color: 2506520.
HSL color Cylindrical-coordinate representation of color #183F26: hue angle of 141.54º 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 #183F26 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 38 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.75 |
| HSL | 141.54º | 0.45% | 0.17% | - |
| HSV(B) | 141.54º | 0.62% | 0.25% | - |
| XYZ | 2.5 | 3.89 | 2.45 | - |
| YUV | 48.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 38 | 0.62 | 0 | 0.40 | 0.75 | 141.54 | 0.45 | 0.17 |
| Hex | 18 | 3F | 26 | 3E | 0 | 28 | 4B | 8E | 2D | 11 |
| Octal | 30 | 77 | 46 | 76 | 0 | 50 | 113 | 216 | 55 | 21 |
| Binary | 11000 | 111111 | 100110 | 111110 | 0 | 101000 | 1001011 | 10001110 | 101101 | 10001 |
Color Harmonies of #183F26
Complementary color
Monochromatic Colors of #183F26
Black with #183F26
Text Example
Text Example
White with #183F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F26; }
p { color: rgb(24,63,38); }
H1.HeaderClassName
{
color: #183F26;
}
.AnyTagClassName
{
color: #183F26;
}
</style>
background-color css
<style>
a { background-color: #183F26; }
a { background-color: rgb(24,63,38); }
div.DivClassName
{
background-color: #183F26;
}
.BgClassName
{
background-color: #183F26;
}
</style>
border-color css
<style>
span { border-color: #183F26; }
span { border-color: rgb(24,63,38); }
td.TdClassName
{
border-color: #183F26;
}
.TagClassName
{
border-color: #183F26;
}
</style>