Shades of Pine Tree #1B3C01
Tints of Pine Tree #1B3C01
RGB
CMYK
RGB Variations
Color information
#1B3C01 (or 0x1B3C01) is known color: Pine Tree. HEX triplet: 1B, 3C and 01. RGB value is (27,60,1). Sum of RGB (Red+Green+Blue) = 27+60+1=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 60 (23.83% from 255 or 68.18% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 60 - color contains mainly: green. Hex color #1B3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3C01 is #E4C3FE. Grayscale: #2B2B2B. Windows color (decimal): -14992383 or 80923. OLE color: 80923.
HSL color Cylindrical-coordinate representation of color #1B3C01: hue angle of 93.56º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B3C01 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 60 | 1 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.76 |
| HSL | 93.56º | 0.97% | 0.12% | - |
| HSV(B) | 93.56º | 0.98% | 0.24% | - |
| XYZ | 2.07 | 3.47 | 0.59 | - |
| YUV | 43.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 1 | 0.55 | 0 | 0.98 | 0.76 | 93.56 | 0.97 | 0.12 |
| Hex | 1B | 3C | 1 | 37 | 0 | 62 | 4C | 5E | 61 | C |
| Octal | 33 | 74 | 1 | 67 | 0 | 142 | 114 | 136 | 141 | 14 |
| Binary | 11011 | 111100 | 1 | 110111 | 0 | 1100010 | 1001100 | 1011110 | 1100001 | 1100 |
Color Harmonies of #1B3C01
Complementary color
Monochromatic Colors of #1B3C01
Black with #1B3C01
Text Example
Text Example
White with #1B3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C01; }
p { color: rgb(27,60,1); }
H1.HeaderClassName
{
color: #1B3C01;
}
.AnyTagClassName
{
color: #1B3C01;
}
</style>
background-color css
<style>
a { background-color: #1B3C01; }
a { background-color: rgb(27,60,1); }
div.DivClassName
{
background-color: #1B3C01;
}
.BgClassName
{
background-color: #1B3C01;
}
</style>
border-color css
<style>
span { border-color: #1B3C01; }
span { border-color: rgb(27,60,1); }
td.TdClassName
{
border-color: #1B3C01;
}
.TagClassName
{
border-color: #1B3C01;
}
</style>