Shades of Pine Tree #1C3C01
Tints of Pine Tree #1C3C01
RGB
CMYK
RGB Variations
Color information
#1C3C01 (or 0x1C3C01) is known color: Pine Tree. HEX triplet: 1C, 3C and 01. RGB value is (28,60,1). Sum of RGB (Red+Green+Blue) = 28+60+1=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3C01 is #E3C3FE. Grayscale: #2B2B2B. Windows color (decimal): -14926847 or 80924. OLE color: 80924.
HSL color Cylindrical-coordinate representation of color #1C3C01: hue angle of 92.54º 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 #1C3C01 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 60 | 1 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.76 |
| HSL | 92.54º | 0.97% | 0.12% | - |
| HSV(B) | 92.54º | 0.98% | 0.24% | - |
| XYZ | 2.1 | 3.48 | 0.59 | - |
| YUV | 43.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 1 | 0.53 | 0 | 0.98 | 0.76 | 92.54 | 0.97 | 0.12 |
| Hex | 1C | 3C | 1 | 35 | 0 | 62 | 4C | 5D | 61 | C |
| Octal | 34 | 74 | 1 | 65 | 0 | 142 | 114 | 135 | 141 | 14 |
| Binary | 11100 | 111100 | 1 | 110101 | 0 | 1100010 | 1001100 | 1011101 | 1100001 | 1100 |
Color Harmonies of #1C3C01
Complementary color
Monochromatic Colors of #1C3C01
Black with #1C3C01
Text Example
Text Example
White with #1C3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C01; }
p { color: rgb(28,60,1); }
H1.HeaderClassName
{
color: #1C3C01;
}
.AnyTagClassName
{
color: #1C3C01;
}
</style>
background-color css
<style>
a { background-color: #1C3C01; }
a { background-color: rgb(28,60,1); }
div.DivClassName
{
background-color: #1C3C01;
}
.BgClassName
{
background-color: #1C3C01;
}
</style>
border-color css
<style>
span { border-color: #1C3C01; }
span { border-color: rgb(28,60,1); }
td.TdClassName
{
border-color: #1C3C01;
}
.TagClassName
{
border-color: #1C3C01;
}
</style>