Shades of Pine Tree #1C3802
Tints of Pine Tree #1C3802
RGB
CMYK
RGB Variations
Color information
#1C3802 (or 0x1C3802) is known color: Pine Tree. HEX triplet: 1C, 38 and 02. RGB value is (28,56,2). Sum of RGB (Red+Green+Blue) = 28+56+2=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3802 is #E3C7FD. Grayscale: #292929. Windows color (decimal): -14927870 or 145436. OLE color: 145436.
HSL color Cylindrical-coordinate representation of color #1C3802: hue angle of 91.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C3802 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 2 | - |
| CMYK | 0.50 | 0 | 0.96 | 0.78 |
| HSL | 91.11º | 0.93% | 0.11% | - |
| HSV(B) | 91.11º | 0.96% | 0.22% | - |
| XYZ | 1.9 | 3.08 | 0.55 | - |
| YUV | 41.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 2 | 0.50 | 0 | 0.96 | 0.78 | 91.11 | 0.93 | 0.11 |
| Hex | 1C | 38 | 2 | 32 | 0 | 60 | 4E | 5B | 5D | B |
| Octal | 34 | 70 | 2 | 62 | 0 | 140 | 116 | 133 | 135 | 13 |
| Binary | 11100 | 111000 | 10 | 110010 | 0 | 1100000 | 1001110 | 1011011 | 1011101 | 1011 |
Color Harmonies of #1C3802
Complementary color
Monochromatic Colors of #1C3802
Black with #1C3802
Text Example
Text Example
White with #1C3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3802; }
p { color: rgb(28,56,2); }
H1.HeaderClassName
{
color: #1C3802;
}
.AnyTagClassName
{
color: #1C3802;
}
</style>
background-color css
<style>
a { background-color: #1C3802; }
a { background-color: rgb(28,56,2); }
div.DivClassName
{
background-color: #1C3802;
}
.BgClassName
{
background-color: #1C3802;
}
</style>
border-color css
<style>
span { border-color: #1C3802; }
span { border-color: rgb(28,56,2); }
td.TdClassName
{
border-color: #1C3802;
}
.TagClassName
{
border-color: #1C3802;
}
</style>