Shades of Deep Fir #1B3D20
Tints of Deep Fir #1B3D20
RGB
CMYK
RGB Variations
Color information
#1B3D20 (or 0x1B3D20) is known color: Deep Fir. HEX triplet: 1B, 3D and 20. RGB value is (27,61,32). Sum of RGB (Red+Green+Blue) = 27+61+32=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D20 is #E4C2DF. Grayscale: #2F2F2F. Windows color (decimal): -14992096 or 2112795. OLE color: 2112795.
HSL color Cylindrical-coordinate representation of color #1B3D20: hue angle of 128.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D20 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 32 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.76 |
| HSL | 128.82º | 0.39% | 0.17% | - |
| HSV(B) | 128.82º | 0.56% | 0.24% | - |
| XYZ | 2.38 | 3.67 | 1.95 | - |
| YUV | 47.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 32 | 0.56 | 0 | 0.48 | 0.76 | 128.82 | 0.39 | 0.17 |
| Hex | 1B | 3D | 20 | 38 | 0 | 30 | 4C | 81 | 27 | 11 |
| Octal | 33 | 75 | 40 | 70 | 0 | 60 | 114 | 201 | 47 | 21 |
| Binary | 11011 | 111101 | 100000 | 111000 | 0 | 110000 | 1001100 | 10000001 | 100111 | 10001 |
Color Harmonies of #1B3D20
Complementary color
Monochromatic Colors of #1B3D20
Black with #1B3D20
Text Example
Text Example
White with #1B3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D20; }
p { color: rgb(27,61,32); }
H1.HeaderClassName
{
color: #1B3D20;
}
.AnyTagClassName
{
color: #1B3D20;
}
</style>
background-color css
<style>
a { background-color: #1B3D20; }
a { background-color: rgb(27,61,32); }
div.DivClassName
{
background-color: #1B3D20;
}
.BgClassName
{
background-color: #1B3D20;
}
</style>
border-color css
<style>
span { border-color: #1B3D20; }
span { border-color: rgb(27,61,32); }
td.TdClassName
{
border-color: #1B3D20;
}
.TagClassName
{
border-color: #1B3D20;
}
</style>