Shades of Pine Tree #1B3902
Tints of Pine Tree #1B3902
RGB
CMYK
RGB Variations
Color information
#1B3902 (or 0x1B3902) is known color: Pine Tree. HEX triplet: 1B, 39 and 02. RGB value is (27,57,2). Sum of RGB (Red+Green+Blue) = 27+57+2=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #1B3902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3902 is #E4C6FD. Grayscale: #292929. Windows color (decimal): -14993150 or 145691. OLE color: 145691.
HSL color Cylindrical-coordinate representation of color #1B3902: hue angle of 92.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3902 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 2 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.78 |
| HSL | 92.73º | 0.93% | 0.12% | - |
| HSV(B) | 92.73º | 0.96% | 0.22% | - |
| XYZ | 1.93 | 3.16 | 0.57 | - |
| YUV | 41.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 2 | 0.53 | 0 | 0.96 | 0.78 | 92.73 | 0.93 | 0.12 |
| Hex | 1B | 39 | 2 | 35 | 0 | 60 | 4E | 5D | 5D | C |
| Octal | 33 | 71 | 2 | 65 | 0 | 140 | 116 | 135 | 135 | 14 |
| Binary | 11011 | 111001 | 10 | 110101 | 0 | 1100000 | 1001110 | 1011101 | 1011101 | 1100 |
Color Harmonies of #1B3902
Complementary color
Monochromatic Colors of #1B3902
Black with #1B3902
Text Example
Text Example
White with #1B3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3902; }
p { color: rgb(27,57,2); }
H1.HeaderClassName
{
color: #1B3902;
}
.AnyTagClassName
{
color: #1B3902;
}
</style>
background-color css
<style>
a { background-color: #1B3902; }
a { background-color: rgb(27,57,2); }
div.DivClassName
{
background-color: #1B3902;
}
.BgClassName
{
background-color: #1B3902;
}
</style>
border-color css
<style>
span { border-color: #1B3902; }
span { border-color: rgb(27,57,2); }
td.TdClassName
{
border-color: #1B3902;
}
.TagClassName
{
border-color: #1B3902;
}
</style>