Shades of Deep Fir #1B3A28
Tints of Deep Fir #1B3A28
RGB
CMYK
RGB Variations
Color information
#1B3A28 (or 0x1B3A28) is known color: Deep Fir. HEX triplet: 1B, 3A and 28. RGB value is (27,58,40). Sum of RGB (Red+Green+Blue) = 27+58+40=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #1B3A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3A28 is #E4C5D7. Grayscale: #2E2E2E. Windows color (decimal): -14992856 or 2636315. OLE color: 2636315.
HSL color Cylindrical-coordinate representation of color #1B3A28: hue angle of 145.16º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3A28 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 58 | 40 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.77 |
| HSL | 145.16º | 0.36% | 0.17% | - |
| HSV(B) | 145.16º | 0.53% | 0.23% | - |
| XYZ | 2.35 | 3.41 | 2.54 | - |
| YUV | 46.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 40 | 0.53 | 0 | 0.31 | 0.77 | 145.16 | 0.36 | 0.17 |
| Hex | 1B | 3A | 28 | 35 | 0 | 1F | 4D | 91 | 24 | 11 |
| Octal | 33 | 72 | 50 | 65 | 0 | 37 | 115 | 221 | 44 | 21 |
| Binary | 11011 | 111010 | 101000 | 110101 | 0 | 11111 | 1001101 | 10010001 | 100100 | 10001 |
Color Harmonies of #1B3A28
Complementary color
Monochromatic Colors of #1B3A28
Black with #1B3A28
Text Example
Text Example
White with #1B3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A28; }
p { color: rgb(27,58,40); }
H1.HeaderClassName
{
color: #1B3A28;
}
.AnyTagClassName
{
color: #1B3A28;
}
</style>
background-color css
<style>
a { background-color: #1B3A28; }
a { background-color: rgb(27,58,40); }
div.DivClassName
{
background-color: #1B3A28;
}
.BgClassName
{
background-color: #1B3A28;
}
</style>
border-color css
<style>
span { border-color: #1B3A28; }
span { border-color: rgb(27,58,40); }
td.TdClassName
{
border-color: #1B3A28;
}
.TagClassName
{
border-color: #1B3A28;
}
</style>