Shades of Pine Tree #1B3905
Tints of Pine Tree #1B3905
RGB
CMYK
RGB Variations
Color information
#1B3905 (or 0x1B3905) is known color: Pine Tree. HEX triplet: 1B, 39 and 05. RGB value is (27,57,5). Sum of RGB (Red+Green+Blue) = 27+57+5=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #1B3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3905 is #E4C6FA. Grayscale: #2A2A2A. Windows color (decimal): -14993147 or 342299. OLE color: 342299.
HSL color Cylindrical-coordinate representation of color #1B3905: hue angle of 94.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B3905 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 5 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.78 |
| HSL | 94.62º | 0.84% | 0.12% | - |
| HSV(B) | 94.62º | 0.91% | 0.22% | - |
| XYZ | 1.94 | 3.17 | 0.65 | - |
| YUV | 42.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 5 | 0.53 | 0 | 0.91 | 0.78 | 94.62 | 0.84 | 0.12 |
| Hex | 1B | 39 | 5 | 35 | 0 | 5B | 4E | 5F | 54 | C |
| Octal | 33 | 71 | 5 | 65 | 0 | 133 | 116 | 137 | 124 | 14 |
| Binary | 11011 | 111001 | 101 | 110101 | 0 | 1011011 | 1001110 | 1011111 | 1010100 | 1100 |
Color Harmonies of #1B3905
Complementary color
Monochromatic Colors of #1B3905
Black with #1B3905
Text Example
Text Example
White with #1B3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3905; }
p { color: rgb(27,57,5); }
H1.HeaderClassName
{
color: #1B3905;
}
.AnyTagClassName
{
color: #1B3905;
}
</style>
background-color css
<style>
a { background-color: #1B3905; }
a { background-color: rgb(27,57,5); }
div.DivClassName
{
background-color: #1B3905;
}
.BgClassName
{
background-color: #1B3905;
}
</style>
border-color css
<style>
span { border-color: #1B3905; }
span { border-color: rgb(27,57,5); }
td.TdClassName
{
border-color: #1B3905;
}
.TagClassName
{
border-color: #1B3905;
}
</style>