Shades of Pine Tree #1D2702
Tints of Pine Tree #1D2702
RGB
CMYK
RGB Variations
Color information
#1D2702 (or 0x1D2702) is known color: Pine Tree. HEX triplet: 1D, 27 and 02. RGB value is (29,39,2). Sum of RGB (Red+Green+Blue) = 29+39+2=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2702 is #E2D8FD. Grayscale: #1F1F1F. Windows color (decimal): -14866686 or 141085. OLE color: 141085.
HSL color Cylindrical-coordinate representation of color #1D2702: hue angle of 76.22º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D2702 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 2 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.85 |
| HSL | 76.22º | 0.9% | 0.08% | - |
| HSV(B) | 76.22º | 0.95% | 0.15% | - |
| XYZ | 1.24 | 1.72 | 0.32 | - |
| YUV | 31.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 2 | 0.26 | 0 | 0.95 | 0.85 | 76.22 | 0.9 | 0.08 |
| Hex | 1D | 27 | 2 | 1A | 0 | 5F | 55 | 4C | 5A | 8 |
| Octal | 35 | 47 | 2 | 32 | 0 | 137 | 125 | 114 | 132 | 10 |
| Binary | 11101 | 100111 | 10 | 11010 | 0 | 1011111 | 1010101 | 1001100 | 1011010 | 1000 |
Color Harmonies of #1D2702
Complementary color
Monochromatic Colors of #1D2702
Black with #1D2702
Text Example
Text Example
White with #1D2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2702; }
p { color: rgb(29,39,2); }
H1.HeaderClassName
{
color: #1D2702;
}
.AnyTagClassName
{
color: #1D2702;
}
</style>
background-color css
<style>
a { background-color: #1D2702; }
a { background-color: rgb(29,39,2); }
div.DivClassName
{
background-color: #1D2702;
}
.BgClassName
{
background-color: #1D2702;
}
</style>
border-color css
<style>
span { border-color: #1D2702; }
span { border-color: rgb(29,39,2); }
td.TdClassName
{
border-color: #1D2702;
}
.TagClassName
{
border-color: #1D2702;
}
</style>