Shades of Deep Fir #1B4629
Tints of Deep Fir #1B4629
RGB
CMYK
RGB Variations
Color information
#1B4629 (or 0x1B4629) is known color: Deep Fir. HEX triplet: 1B, 46 and 29. RGB value is (27,70,41). Sum of RGB (Red+Green+Blue) = 27+70+41=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #1B4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4629 is #E4B9D6. Grayscale: #353535. Windows color (decimal): -14989783 or 2704923. OLE color: 2704923.
HSL color Cylindrical-coordinate representation of color #1B4629: hue angle of 139.53º 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 #1B4629 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 41 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.73 |
| HSL | 139.53º | 0.44% | 0.19% | - |
| HSV(B) | 139.53º | 0.61% | 0.27% | - |
| XYZ | 3.04 | 4.77 | 2.86 | - |
| YUV | 53.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 41 | 0.61 | 0 | 0.41 | 0.73 | 139.53 | 0.44 | 0.19 |
| Hex | 1B | 46 | 29 | 3D | 0 | 29 | 49 | 8C | 2C | 13 |
| Octal | 33 | 106 | 51 | 75 | 0 | 51 | 111 | 214 | 54 | 23 |
| Binary | 11011 | 1000110 | 101001 | 111101 | 0 | 101001 | 1001001 | 10001100 | 101100 | 10011 |
Color Harmonies of #1B4629
Complementary color
Monochromatic Colors of #1B4629
Black with #1B4629
Text Example
Text Example
White with #1B4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4629; }
p { color: rgb(27,70,41); }
H1.HeaderClassName
{
color: #1B4629;
}
.AnyTagClassName
{
color: #1B4629;
}
</style>
background-color css
<style>
a { background-color: #1B4629; }
a { background-color: rgb(27,70,41); }
div.DivClassName
{
background-color: #1B4629;
}
.BgClassName
{
background-color: #1B4629;
}
</style>
border-color css
<style>
span { border-color: #1B4629; }
span { border-color: rgb(27,70,41); }
td.TdClassName
{
border-color: #1B4629;
}
.TagClassName
{
border-color: #1B4629;
}
</style>