Shades of Pine Tree #1C3B02
Tints of Pine Tree #1C3B02
RGB
CMYK
RGB Variations
Color information
#1C3B02 (or 0x1C3B02) is known color: Pine Tree. HEX triplet: 1C, 3B and 02. RGB value is (28,59,2). Sum of RGB (Red+Green+Blue) = 28+59+2=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3B02 is #E3C4FD. Grayscale: #2B2B2B. Windows color (decimal): -14927102 or 146204. OLE color: 146204.
HSL color Cylindrical-coordinate representation of color #1C3B02: hue angle of 92.63º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C3B02 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 59 | 2 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.77 |
| HSL | 92.63º | 0.93% | 0.12% | - |
| HSV(B) | 92.63º | 0.97% | 0.23% | - |
| XYZ | 2.05 | 3.38 | 0.6 | - |
| YUV | 43.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 2 | 0.53 | 0 | 0.97 | 0.77 | 92.63 | 0.93 | 0.12 |
| Hex | 1C | 3B | 2 | 35 | 0 | 61 | 4D | 5D | 5D | C |
| Octal | 34 | 73 | 2 | 65 | 0 | 141 | 115 | 135 | 135 | 14 |
| Binary | 11100 | 111011 | 10 | 110101 | 0 | 1100001 | 1001101 | 1011101 | 1011101 | 1100 |
Color Harmonies of #1C3B02
Complementary color
Monochromatic Colors of #1C3B02
Black with #1C3B02
Text Example
Text Example
White with #1C3B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B02; }
p { color: rgb(28,59,2); }
H1.HeaderClassName
{
color: #1C3B02;
}
.AnyTagClassName
{
color: #1C3B02;
}
</style>
background-color css
<style>
a { background-color: #1C3B02; }
a { background-color: rgb(28,59,2); }
div.DivClassName
{
background-color: #1C3B02;
}
.BgClassName
{
background-color: #1C3B02;
}
</style>
border-color css
<style>
span { border-color: #1C3B02; }
span { border-color: rgb(28,59,2); }
td.TdClassName
{
border-color: #1C3B02;
}
.TagClassName
{
border-color: #1C3B02;
}
</style>