Shades of Pine Tree #1B3201
Tints of Pine Tree #1B3201
RGB
CMYK
RGB Variations
Color information
#1B3201 (or 0x1B3201) is known color: Pine Tree. HEX triplet: 1B, 32 and 01. RGB value is (27,50,1). Sum of RGB (Red+Green+Blue) = 27+50+1=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3201 is #E4CDFE. Grayscale: #252525. Windows color (decimal): -14994943 or 78363. OLE color: 78363.
HSL color Cylindrical-coordinate representation of color #1B3201: hue angle of 88.16º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B3201 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 1 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.80 |
| HSL | 88.16º | 0.96% | 0.1% | - |
| HSV(B) | 88.16º | 0.98% | 0.2% | - |
| XYZ | 1.6 | 2.52 | 0.43 | - |
| YUV | 37.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 1 | 0.46 | 0 | 0.98 | 0.80 | 88.16 | 0.96 | 0.1 |
| Hex | 1B | 32 | 1 | 2E | 0 | 62 | 50 | 58 | 60 | A |
| Octal | 33 | 62 | 1 | 56 | 0 | 142 | 120 | 130 | 140 | 12 |
| Binary | 11011 | 110010 | 1 | 101110 | 0 | 1100010 | 1010000 | 1011000 | 1100000 | 1010 |
Color Harmonies of #1B3201
Complementary color
Monochromatic Colors of #1B3201
Black with #1B3201
Text Example
Text Example
White with #1B3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3201; }
p { color: rgb(27,50,1); }
H1.HeaderClassName
{
color: #1B3201;
}
.AnyTagClassName
{
color: #1B3201;
}
</style>
background-color css
<style>
a { background-color: #1B3201; }
a { background-color: rgb(27,50,1); }
div.DivClassName
{
background-color: #1B3201;
}
.BgClassName
{
background-color: #1B3201;
}
</style>
border-color css
<style>
span { border-color: #1B3201; }
span { border-color: rgb(27,50,1); }
td.TdClassName
{
border-color: #1B3201;
}
.TagClassName
{
border-color: #1B3201;
}
</style>