Shades of Pine Tree #1B3002
Tints of Pine Tree #1B3002
RGB
CMYK
RGB Variations
Color information
#1B3002 (or 0x1B3002) is known color: Pine Tree. HEX triplet: 1B, 30 and 02. RGB value is (27,48,2). Sum of RGB (Red+Green+Blue) = 27+48+2=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3002 is #E4CFFD. Grayscale: #242424. Windows color (decimal): -14995454 or 143387. OLE color: 143387.
HSL color Cylindrical-coordinate representation of color #1B3002: hue angle of 87.39º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3002 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 2 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.81 |
| HSL | 87.39º | 0.92% | 0.1% | - |
| HSV(B) | 87.39º | 0.96% | 0.19% | - |
| XYZ | 1.52 | 2.35 | 0.43 | - |
| YUV | 36.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 2 | 0.44 | 0 | 0.96 | 0.81 | 87.39 | 0.92 | 0.1 |
| Hex | 1B | 30 | 2 | 2C | 0 | 60 | 51 | 57 | 5C | A |
| Octal | 33 | 60 | 2 | 54 | 0 | 140 | 121 | 127 | 134 | 12 |
| Binary | 11011 | 110000 | 10 | 101100 | 0 | 1100000 | 1010001 | 1010111 | 1011100 | 1010 |
Color Harmonies of #1B3002
Complementary color
Monochromatic Colors of #1B3002
Black with #1B3002
Text Example
Text Example
White with #1B3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3002; }
p { color: rgb(27,48,2); }
H1.HeaderClassName
{
color: #1B3002;
}
.AnyTagClassName
{
color: #1B3002;
}
</style>
background-color css
<style>
a { background-color: #1B3002; }
a { background-color: rgb(27,48,2); }
div.DivClassName
{
background-color: #1B3002;
}
.BgClassName
{
background-color: #1B3002;
}
</style>
border-color css
<style>
span { border-color: #1B3002; }
span { border-color: rgb(27,48,2); }
td.TdClassName
{
border-color: #1B3002;
}
.TagClassName
{
border-color: #1B3002;
}
</style>