Shades of Pine Tree #1B350A
Tints of Pine Tree #1B350A
RGB
CMYK
RGB Variations
Color information
#1B350A (or 0x1B350A) is known color: Pine Tree. HEX triplet: 1B, 35 and 0A. RGB value is (27,53,10). Sum of RGB (Red+Green+Blue) = 27+53+10=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #1B350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B350A is #E4CAF5. Grayscale: #282828. Windows color (decimal): -14994166 or 668955. OLE color: 668955.
HSL color Cylindrical-coordinate representation of color #1B350A: hue angle of 96.28º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B350A is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 10 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.79 |
| HSL | 96.28º | 0.68% | 0.12% | - |
| HSV(B) | 96.28º | 0.81% | 0.21% | - |
| XYZ | 1.78 | 2.8 | 0.73 | - |
| YUV | 40.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 10 | 0.49 | 0 | 0.81 | 0.79 | 96.28 | 0.68 | 0.12 |
| Hex | 1B | 35 | A | 31 | 0 | 51 | 4F | 60 | 44 | C |
| Octal | 33 | 65 | 12 | 61 | 0 | 121 | 117 | 140 | 104 | 14 |
| Binary | 11011 | 110101 | 1010 | 110001 | 0 | 1010001 | 1001111 | 1100000 | 1000100 | 1100 |
Color Harmonies of #1B350A
Complementary color
Monochromatic Colors of #1B350A
Black with #1B350A
Text Example
Text Example
White with #1B350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B350A; }
p { color: rgb(27,53,10); }
H1.HeaderClassName
{
color: #1B350A;
}
.AnyTagClassName
{
color: #1B350A;
}
</style>
background-color css
<style>
a { background-color: #1B350A; }
a { background-color: rgb(27,53,10); }
div.DivClassName
{
background-color: #1B350A;
}
.BgClassName
{
background-color: #1B350A;
}
</style>
border-color css
<style>
span { border-color: #1B350A; }
span { border-color: rgb(27,53,10); }
td.TdClassName
{
border-color: #1B350A;
}
.TagClassName
{
border-color: #1B350A;
}
</style>