Shades of Deep Fir #1B4528
Tints of Deep Fir #1B4528
RGB
CMYK
RGB Variations
Color information
#1B4528 (or 0x1B4528) is known color: Deep Fir. HEX triplet: 1B, 45 and 28. RGB value is (27,69,40). Sum of RGB (Red+Green+Blue) = 27+69+40=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #1B4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4528 is #E4BAD7. Grayscale: #353535. Windows color (decimal): -14990040 or 2639131. OLE color: 2639131.
HSL color Cylindrical-coordinate representation of color #1B4528: hue angle of 138.57º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B4528 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 69 | 40 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.73 |
| HSL | 138.57º | 0.44% | 0.19% | - |
| HSV(B) | 138.57º | 0.61% | 0.27% | - |
| XYZ | 2.96 | 4.64 | 2.75 | - |
| YUV | 53.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 40 | 0.61 | 0 | 0.42 | 0.73 | 138.57 | 0.44 | 0.19 |
| Hex | 1B | 45 | 28 | 3D | 0 | 2A | 49 | 8B | 2C | 13 |
| Octal | 33 | 105 | 50 | 75 | 0 | 52 | 111 | 213 | 54 | 23 |
| Binary | 11011 | 1000101 | 101000 | 111101 | 0 | 101010 | 1001001 | 10001011 | 101100 | 10011 |
Color Harmonies of #1B4528
Complementary color
Monochromatic Colors of #1B4528
Black with #1B4528
Text Example
Text Example
White with #1B4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4528; }
p { color: rgb(27,69,40); }
H1.HeaderClassName
{
color: #1B4528;
}
.AnyTagClassName
{
color: #1B4528;
}
</style>
background-color css
<style>
a { background-color: #1B4528; }
a { background-color: rgb(27,69,40); }
div.DivClassName
{
background-color: #1B4528;
}
.BgClassName
{
background-color: #1B4528;
}
</style>
border-color css
<style>
span { border-color: #1B4528; }
span { border-color: rgb(27,69,40); }
td.TdClassName
{
border-color: #1B4528;
}
.TagClassName
{
border-color: #1B4528;
}
</style>