Shades of Deep Fir #1B432A
Tints of Deep Fir #1B432A
RGB
CMYK
RGB Variations
Color information
#1B432A (or 0x1B432A) is known color: Deep Fir. HEX triplet: 1B, 43 and 2A. RGB value is (27,67,42). Sum of RGB (Red+Green+Blue) = 27+67+42=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #1B432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B432A is #E4BCD5. Grayscale: #343434. Windows color (decimal): -14990550 or 2769691. OLE color: 2769691.
HSL color Cylindrical-coordinate representation of color #1B432A: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B432A is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 67 | 42 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.74 |
| HSL | 142.5º | 0.43% | 0.18% | - |
| HSV(B) | 142.5º | 0.6% | 0.26% | - |
| XYZ | 2.88 | 4.41 | 2.89 | - |
| YUV | 52.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 42 | 0.60 | 0 | 0.37 | 0.74 | 142.5 | 0.43 | 0.18 |
| Hex | 1B | 43 | 2A | 3C | 0 | 25 | 4A | 8E | 2B | 12 |
| Octal | 33 | 103 | 52 | 74 | 0 | 45 | 112 | 216 | 53 | 22 |
| Binary | 11011 | 1000011 | 101010 | 111100 | 0 | 100101 | 1001010 | 10001110 | 101011 | 10010 |
Color Harmonies of #1B432A
Complementary color
Monochromatic Colors of #1B432A
Black with #1B432A
Text Example
Text Example
White with #1B432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B432A; }
p { color: rgb(27,67,42); }
H1.HeaderClassName
{
color: #1B432A;
}
.AnyTagClassName
{
color: #1B432A;
}
</style>
background-color css
<style>
a { background-color: #1B432A; }
a { background-color: rgb(27,67,42); }
div.DivClassName
{
background-color: #1B432A;
}
.BgClassName
{
background-color: #1B432A;
}
</style>
border-color css
<style>
span { border-color: #1B432A; }
span { border-color: rgb(27,67,42); }
td.TdClassName
{
border-color: #1B432A;
}
.TagClassName
{
border-color: #1B432A;
}
</style>