Shades of Pine Tree #1B2C04
Tints of Pine Tree #1B2C04
RGB
CMYK
RGB Variations
Color information
#1B2C04 (or 0x1B2C04) is known color: Pine Tree. HEX triplet: 1B, 2C and 04. RGB value is (27,44,4). Sum of RGB (Red+Green+Blue) = 27+44+4=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2C04 is #E4D3FB. Grayscale: #222222. Windows color (decimal): -14996476 or 273435. OLE color: 273435.
HSL color Cylindrical-coordinate representation of color #1B2C04: hue angle of 85.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B2C04 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 44 | 4 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.83 |
| HSL | 85.5º | 0.83% | 0.09% | - |
| HSV(B) | 85.5º | 0.91% | 0.17% | - |
| XYZ | 1.37 | 2.04 | 0.44 | - |
| YUV | 34.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 4 | 0.39 | 0 | 0.91 | 0.83 | 85.5 | 0.83 | 0.09 |
| Hex | 1B | 2C | 4 | 27 | 0 | 5B | 53 | 56 | 53 | 9 |
| Octal | 33 | 54 | 4 | 47 | 0 | 133 | 123 | 126 | 123 | 11 |
| Binary | 11011 | 101100 | 100 | 100111 | 0 | 1011011 | 1010011 | 1010110 | 1010011 | 1001 |
Color Harmonies of #1B2C04
Complementary color
Monochromatic Colors of #1B2C04
Black with #1B2C04
Text Example
Text Example
White with #1B2C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C04; }
p { color: rgb(27,44,4); }
H1.HeaderClassName
{
color: #1B2C04;
}
.AnyTagClassName
{
color: #1B2C04;
}
</style>
background-color css
<style>
a { background-color: #1B2C04; }
a { background-color: rgb(27,44,4); }
div.DivClassName
{
background-color: #1B2C04;
}
.BgClassName
{
background-color: #1B2C04;
}
</style>
border-color css
<style>
span { border-color: #1B2C04; }
span { border-color: rgb(27,44,4); }
td.TdClassName
{
border-color: #1B2C04;
}
.TagClassName
{
border-color: #1B2C04;
}
</style>