Shades of Pine Tree #1B3205
Tints of Pine Tree #1B3205
RGB
CMYK
RGB Variations
Color information
#1B3205 (or 0x1B3205) is known color: Pine Tree. HEX triplet: 1B, 32 and 05. RGB value is (27,50,5). Sum of RGB (Red+Green+Blue) = 27+50+5=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3205 is #E4CDFA. Grayscale: #262626. Windows color (decimal): -14994939 or 340507. OLE color: 340507.
HSL color Cylindrical-coordinate representation of color #1B3205: hue angle of 90.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B3205 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 5 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.80 |
| HSL | 90.67º | 0.82% | 0.11% | - |
| HSV(B) | 90.67º | 0.9% | 0.2% | - |
| XYZ | 1.62 | 2.53 | 0.55 | - |
| YUV | 37.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 5 | 0.46 | 0 | 0.90 | 0.80 | 90.67 | 0.82 | 0.11 |
| Hex | 1B | 32 | 5 | 2E | 0 | 5A | 50 | 5B | 52 | B |
| Octal | 33 | 62 | 5 | 56 | 0 | 132 | 120 | 133 | 122 | 13 |
| Binary | 11011 | 110010 | 101 | 101110 | 0 | 1011010 | 1010000 | 1011011 | 1010010 | 1011 |
Color Harmonies of #1B3205
Complementary color
Monochromatic Colors of #1B3205
Black with #1B3205
Text Example
Text Example
White with #1B3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3205; }
p { color: rgb(27,50,5); }
H1.HeaderClassName
{
color: #1B3205;
}
.AnyTagClassName
{
color: #1B3205;
}
</style>
background-color css
<style>
a { background-color: #1B3205; }
a { background-color: rgb(27,50,5); }
div.DivClassName
{
background-color: #1B3205;
}
.BgClassName
{
background-color: #1B3205;
}
</style>
border-color css
<style>
span { border-color: #1B3205; }
span { border-color: rgb(27,50,5); }
td.TdClassName
{
border-color: #1B3205;
}
.TagClassName
{
border-color: #1B3205;
}
</style>