Shades of Pine Tree #1B3602
Tints of Pine Tree #1B3602
RGB
CMYK
RGB Variations
Color information
#1B3602 (or 0x1B3602) is known color: Pine Tree. HEX triplet: 1B, 36 and 02. RGB value is (27,54,2). Sum of RGB (Red+Green+Blue) = 27+54+2=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 54 (21.48% from 255 or 65.06% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3602 is #E4C9FD. Grayscale: #282828. Windows color (decimal): -14993918 or 144923. OLE color: 144923.
HSL color Cylindrical-coordinate representation of color #1B3602: hue angle of 91.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3602 is Cyan = 0.5, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 2 | - |
| CMYK | 0.5 | 0 | 0.96 | 0.79 |
| HSL | 91.15º | 0.93% | 0.11% | - |
| HSV(B) | 91.15º | 0.96% | 0.21% | - |
| XYZ | 1.78 | 2.88 | 0.52 | - |
| YUV | 40 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 2 | 0.5 | 0 | 0.96 | 0.79 | 91.15 | 0.93 | 0.11 |
| Hex | 1B | 36 | 2 | 32 | 0 | 60 | 4F | 5B | 5D | B |
| Octal | 33 | 66 | 2 | 62 | 0 | 140 | 117 | 133 | 135 | 13 |
| Binary | 11011 | 110110 | 10 | 110010 | 0 | 1100000 | 1001111 | 1011011 | 1011101 | 1011 |
Color Harmonies of #1B3602
Complementary color
Monochromatic Colors of #1B3602
Black with #1B3602
Text Example
Text Example
White with #1B3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3602; }
p { color: rgb(27,54,2); }
H1.HeaderClassName
{
color: #1B3602;
}
.AnyTagClassName
{
color: #1B3602;
}
</style>
background-color css
<style>
a { background-color: #1B3602; }
a { background-color: rgb(27,54,2); }
div.DivClassName
{
background-color: #1B3602;
}
.BgClassName
{
background-color: #1B3602;
}
</style>
border-color css
<style>
span { border-color: #1B3602; }
span { border-color: rgb(27,54,2); }
td.TdClassName
{
border-color: #1B3602;
}
.TagClassName
{
border-color: #1B3602;
}
</style>