Shades of Pine Tree #1C2F04
Tints of Pine Tree #1C2F04
RGB
CMYK
RGB Variations
Color information
#1C2F04 (or 0x1C2F04) is known color: Pine Tree. HEX triplet: 1C, 2F and 04. RGB value is (28,47,4). Sum of RGB (Red+Green+Blue) = 28+47+4=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 47 (18.75% from 255 or 59.49% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2F04 is #E3D0FB. Grayscale: #242424. Windows color (decimal): -14930172 or 274204. OLE color: 274204.
HSL color Cylindrical-coordinate representation of color #1C2F04: hue angle of 86.51º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C2F04 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 47 | 4 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.82 |
| HSL | 86.51º | 0.84% | 0.1% | - |
| HSV(B) | 86.51º | 0.91% | 0.18% | - |
| XYZ | 1.52 | 2.29 | 0.48 | - |
| YUV | 36.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 4 | 0.40 | 0 | 0.91 | 0.82 | 86.51 | 0.84 | 0.1 |
| Hex | 1C | 2F | 4 | 28 | 0 | 5B | 52 | 57 | 54 | A |
| Octal | 34 | 57 | 4 | 50 | 0 | 133 | 122 | 127 | 124 | 12 |
| Binary | 11100 | 101111 | 100 | 101000 | 0 | 1011011 | 1010010 | 1010111 | 1010100 | 1010 |
Color Harmonies of #1C2F04
Complementary color
Monochromatic Colors of #1C2F04
Black with #1C2F04
Text Example
Text Example
White with #1C2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F04; }
p { color: rgb(28,47,4); }
H1.HeaderClassName
{
color: #1C2F04;
}
.AnyTagClassName
{
color: #1C2F04;
}
</style>
background-color css
<style>
a { background-color: #1C2F04; }
a { background-color: rgb(28,47,4); }
div.DivClassName
{
background-color: #1C2F04;
}
.BgClassName
{
background-color: #1C2F04;
}
</style>
border-color css
<style>
span { border-color: #1C2F04; }
span { border-color: rgb(28,47,4); }
td.TdClassName
{
border-color: #1C2F04;
}
.TagClassName
{
border-color: #1C2F04;
}
</style>