Shades of Pine Tree #1B2B04
Tints of Pine Tree #1B2B04
RGB
CMYK
RGB Variations
Color information
#1B2B04 (or 0x1B2B04) is known color: Pine Tree. HEX triplet: 1B, 2B and 04. RGB value is (27,43,4). Sum of RGB (Red+Green+Blue) = 27+43+4=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 43 (17.19% from 255 or 58.11% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 43 - color contains mainly: green. Hex color #1B2B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2B04 is #E4D4FB. Grayscale: #212121. Windows color (decimal): -14996732 or 273179. OLE color: 273179.
HSL color Cylindrical-coordinate representation of color #1B2B04: hue angle of 84.62º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B2B04 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 43 | 4 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.83 |
| HSL | 84.62º | 0.83% | 0.09% | - |
| HSV(B) | 84.62º | 0.91% | 0.17% | - |
| XYZ | 1.34 | 1.97 | 0.42 | - |
| YUV | 33.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 4 | 0.37 | 0 | 0.91 | 0.83 | 84.62 | 0.83 | 0.09 |
| Hex | 1B | 2B | 4 | 25 | 0 | 5B | 53 | 55 | 53 | 9 |
| Octal | 33 | 53 | 4 | 45 | 0 | 133 | 123 | 125 | 123 | 11 |
| Binary | 11011 | 101011 | 100 | 100101 | 0 | 1011011 | 1010011 | 1010101 | 1010011 | 1001 |
Color Harmonies of #1B2B04
Complementary color
Monochromatic Colors of #1B2B04
Black with #1B2B04
Text Example
Text Example
White with #1B2B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B04; }
p { color: rgb(27,43,4); }
H1.HeaderClassName
{
color: #1B2B04;
}
.AnyTagClassName
{
color: #1B2B04;
}
</style>
background-color css
<style>
a { background-color: #1B2B04; }
a { background-color: rgb(27,43,4); }
div.DivClassName
{
background-color: #1B2B04;
}
.BgClassName
{
background-color: #1B2B04;
}
</style>
border-color css
<style>
span { border-color: #1B2B04; }
span { border-color: rgb(27,43,4); }
td.TdClassName
{
border-color: #1B2B04;
}
.TagClassName
{
border-color: #1B2B04;
}
</style>