Shades of Pine Tree #1B3501
Tints of Pine Tree #1B3501
RGB
CMYK
RGB Variations
Color information
#1B3501 (or 0x1B3501) is known color: Pine Tree. HEX triplet: 1B, 35 and 01. RGB value is (27,53,1). Sum of RGB (Red+Green+Blue) = 27+53+1=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #1B3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3501 is #E4CAFE. Grayscale: #272727. Windows color (decimal): -14994175 or 79131. OLE color: 79131.
HSL color Cylindrical-coordinate representation of color #1B3501: hue angle of 90º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B3501 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 1 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.79 |
| HSL | 90º | 0.96% | 0.11% | - |
| HSV(B) | 90º | 0.98% | 0.21% | - |
| XYZ | 1.73 | 2.78 | 0.47 | - |
| YUV | 39.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 1 | 0.49 | 0 | 0.98 | 0.79 | 90 | 0.96 | 0.11 |
| Hex | 1B | 35 | 1 | 31 | 0 | 62 | 4F | 5A | 60 | B |
| Octal | 33 | 65 | 1 | 61 | 0 | 142 | 117 | 132 | 140 | 13 |
| Binary | 11011 | 110101 | 1 | 110001 | 0 | 1100010 | 1001111 | 1011010 | 1100000 | 1011 |
Color Harmonies of #1B3501
Complementary color
Monochromatic Colors of #1B3501
Black with #1B3501
Text Example
Text Example
White with #1B3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3501; }
p { color: rgb(27,53,1); }
H1.HeaderClassName
{
color: #1B3501;
}
.AnyTagClassName
{
color: #1B3501;
}
</style>
background-color css
<style>
a { background-color: #1B3501; }
a { background-color: rgb(27,53,1); }
div.DivClassName
{
background-color: #1B3501;
}
.BgClassName
{
background-color: #1B3501;
}
</style>
border-color css
<style>
span { border-color: #1B3501; }
span { border-color: rgb(27,53,1); }
td.TdClassName
{
border-color: #1B3501;
}
.TagClassName
{
border-color: #1B3501;
}
</style>