Shades of Pine Tree #1C3905
Tints of Pine Tree #1C3905
RGB
CMYK
RGB Variations
Color information
#1C3905 (or 0x1C3905) is known color: Pine Tree. HEX triplet: 1C, 39 and 05. RGB value is (28,57,5). Sum of RGB (Red+Green+Blue) = 28+57+5=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3905 is #E3C6FA. Grayscale: #2A2A2A. Windows color (decimal): -14927611 or 342300. OLE color: 342300.
HSL color Cylindrical-coordinate representation of color #1C3905: hue angle of 93.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C3905 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 57 | 5 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.78 |
| HSL | 93.46º | 0.84% | 0.12% | - |
| HSV(B) | 93.46º | 0.91% | 0.22% | - |
| XYZ | 1.97 | 3.18 | 0.65 | - |
| YUV | 42.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 5 | 0.51 | 0 | 0.91 | 0.78 | 93.46 | 0.84 | 0.12 |
| Hex | 1C | 39 | 5 | 33 | 0 | 5B | 4E | 5D | 54 | C |
| Octal | 34 | 71 | 5 | 63 | 0 | 133 | 116 | 135 | 124 | 14 |
| Binary | 11100 | 111001 | 101 | 110011 | 0 | 1011011 | 1001110 | 1011101 | 1010100 | 1100 |
Color Harmonies of #1C3905
Complementary color
Monochromatic Colors of #1C3905
Black with #1C3905
Text Example
Text Example
White with #1C3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3905; }
p { color: rgb(28,57,5); }
H1.HeaderClassName
{
color: #1C3905;
}
.AnyTagClassName
{
color: #1C3905;
}
</style>
background-color css
<style>
a { background-color: #1C3905; }
a { background-color: rgb(28,57,5); }
div.DivClassName
{
background-color: #1C3905;
}
.BgClassName
{
background-color: #1C3905;
}
</style>
border-color css
<style>
span { border-color: #1C3905; }
span { border-color: rgb(28,57,5); }
td.TdClassName
{
border-color: #1C3905;
}
.TagClassName
{
border-color: #1C3905;
}
</style>