Shades of Pine Tree #1B3402
Tints of Pine Tree #1B3402
RGB
CMYK
RGB Variations
Color information
#1B3402 (or 0x1B3402) is known color: Pine Tree. HEX triplet: 1B, 34 and 02. RGB value is (27,52,2). Sum of RGB (Red+Green+Blue) = 27+52+2=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #1B3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3402 is #E4CBFD. Grayscale: #272727. Windows color (decimal): -14994430 or 144411. OLE color: 144411.
HSL color Cylindrical-coordinate representation of color #1B3402: hue angle of 90º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3402 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 52 | 2 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.80 |
| HSL | 90º | 0.93% | 0.11% | - |
| HSV(B) | 90º | 0.96% | 0.2% | - |
| XYZ | 1.69 | 2.69 | 0.49 | - |
| YUV | 38.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 2 | 0.48 | 0 | 0.96 | 0.80 | 90 | 0.93 | 0.11 |
| Hex | 1B | 34 | 2 | 30 | 0 | 60 | 50 | 5A | 5D | B |
| Octal | 33 | 64 | 2 | 60 | 0 | 140 | 120 | 132 | 135 | 13 |
| Binary | 11011 | 110100 | 10 | 110000 | 0 | 1100000 | 1010000 | 1011010 | 1011101 | 1011 |
Color Harmonies of #1B3402
Complementary color
Monochromatic Colors of #1B3402
Black with #1B3402
Text Example
Text Example
White with #1B3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3402; }
p { color: rgb(27,52,2); }
H1.HeaderClassName
{
color: #1B3402;
}
.AnyTagClassName
{
color: #1B3402;
}
</style>
background-color css
<style>
a { background-color: #1B3402; }
a { background-color: rgb(27,52,2); }
div.DivClassName
{
background-color: #1B3402;
}
.BgClassName
{
background-color: #1B3402;
}
</style>
border-color css
<style>
span { border-color: #1B3402; }
span { border-color: rgb(27,52,2); }
td.TdClassName
{
border-color: #1B3402;
}
.TagClassName
{
border-color: #1B3402;
}
</style>