Shades of Pine Tree #1C2802
Tints of Pine Tree #1C2802
RGB
CMYK
RGB Variations
Color information
#1C2802 (or 0x1C2802) is known color: Pine Tree. HEX triplet: 1C, 28 and 02. RGB value is (28,40,2). Sum of RGB (Red+Green+Blue) = 28+40+2=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2802 is #E3D7FD. Grayscale: #202020. Windows color (decimal): -14931966 or 141340. OLE color: 141340.
HSL color Cylindrical-coordinate representation of color #1C2802: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C2802 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 2 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.84 |
| HSL | 78.95º | 0.9% | 0.08% | - |
| HSV(B) | 78.95º | 0.95% | 0.16% | - |
| XYZ | 1.25 | 1.77 | 0.33 | - |
| YUV | 32.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 2 | 0.30 | 0 | 0.95 | 0.84 | 78.95 | 0.9 | 0.08 |
| Hex | 1C | 28 | 2 | 1E | 0 | 5F | 54 | 4F | 5A | 8 |
| Octal | 34 | 50 | 2 | 36 | 0 | 137 | 124 | 117 | 132 | 10 |
| Binary | 11100 | 101000 | 10 | 11110 | 0 | 1011111 | 1010100 | 1001111 | 1011010 | 1000 |
Color Harmonies of #1C2802
Complementary color
Monochromatic Colors of #1C2802
Black with #1C2802
Text Example
Text Example
White with #1C2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2802; }
p { color: rgb(28,40,2); }
H1.HeaderClassName
{
color: #1C2802;
}
.AnyTagClassName
{
color: #1C2802;
}
</style>
background-color css
<style>
a { background-color: #1C2802; }
a { background-color: rgb(28,40,2); }
div.DivClassName
{
background-color: #1C2802;
}
.BgClassName
{
background-color: #1C2802;
}
</style>
border-color css
<style>
span { border-color: #1C2802; }
span { border-color: rgb(28,40,2); }
td.TdClassName
{
border-color: #1C2802;
}
.TagClassName
{
border-color: #1C2802;
}
</style>