Shades of Pine Tree #1C3301
Tints of Pine Tree #1C3301
RGB
CMYK
RGB Variations
Color information
#1C3301 (or 0x1C3301) is known color: Pine Tree. HEX triplet: 1C, 33 and 01. RGB value is (28,51,1). Sum of RGB (Red+Green+Blue) = 28+51+1=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3301 is #E3CCFE. Grayscale: #262626. Windows color (decimal): -14929151 or 78620. OLE color: 78620.
HSL color Cylindrical-coordinate representation of color #1C3301: hue angle of 87.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C3301 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 1 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.8 |
| HSL | 87.6º | 0.96% | 0.1% | - |
| HSV(B) | 87.6º | 0.98% | 0.2% | - |
| XYZ | 1.67 | 2.62 | 0.45 | - |
| YUV | 38.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 1 | 0.45 | 0 | 0.98 | 0.8 | 87.6 | 0.96 | 0.1 |
| Hex | 1C | 33 | 1 | 2D | 0 | 62 | 50 | 58 | 60 | A |
| Octal | 34 | 63 | 1 | 55 | 0 | 142 | 120 | 130 | 140 | 12 |
| Binary | 11100 | 110011 | 1 | 101101 | 0 | 1100010 | 1010000 | 1011000 | 1100000 | 1010 |
Color Harmonies of #1C3301
Complementary color
Monochromatic Colors of #1C3301
Black with #1C3301
Text Example
Text Example
White with #1C3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3301; }
p { color: rgb(28,51,1); }
H1.HeaderClassName
{
color: #1C3301;
}
.AnyTagClassName
{
color: #1C3301;
}
</style>
background-color css
<style>
a { background-color: #1C3301; }
a { background-color: rgb(28,51,1); }
div.DivClassName
{
background-color: #1C3301;
}
.BgClassName
{
background-color: #1C3301;
}
</style>
border-color css
<style>
span { border-color: #1C3301; }
span { border-color: rgb(28,51,1); }
td.TdClassName
{
border-color: #1C3301;
}
.TagClassName
{
border-color: #1C3301;
}
</style>