Shades of Pine Tree #1D201A
Tints of Pine Tree #1D201A
RGB
CMYK
RGB Variations
Color information
#1D201A (or 0x1D201A) is known color: Pine Tree. HEX triplet: 1D, 20 and 1A. RGB value is (29,32,26). Sum of RGB (Red+Green+Blue) = 29+32+26=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #1D201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D201A is #E2DFE5. Grayscale: #1E1E1E. Windows color (decimal): -14868454 or 1712157. OLE color: 1712157.
HSL color Cylindrical-coordinate representation of color #1D201A: hue angle of 90º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1D201A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 32 | 26 | - |
CMYK | 0.09 | 0 | 0.19 | 0.87 |
HSL | 90º | 0.1% | 0.11% | - |
HSV(B) | 90º | 0.19% | 0.13% | - |
XYZ | 1.21 | 1.37 | 1.18 | - |
YUV | 30.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 32 | 26 | 0.09 | 0 | 0.19 | 0.87 | 90 | 0.1 | 0.11 |
Hex | 1D | 20 | 1A | 9 | 0 | 13 | 57 | 5A | A | B |
Octal | 35 | 40 | 32 | 11 | 0 | 23 | 127 | 132 | 12 | 13 |
Binary | 11101 | 100000 | 11010 | 1001 | 0 | 10011 | 1010111 | 1011010 | 1010 | 1011 |
Color Harmonies of #1D201A
Complementary color
Monochromatic Colors of #1D201A
Black with #1D201A
Text Example
Text Example
White with #1D201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D201A; }
p { color: rgb(29,32,26); }
H1.HeaderClassName
{
color: #1D201A;
}
.AnyTagClassName
{
color: #1D201A;
}
</style>
background-color css
<style>
a { background-color: #1D201A; }
a { background-color: rgb(29,32,26); }
div.DivClassName
{
background-color: #1D201A;
}
.BgClassName
{
background-color: #1D201A;
}
</style>
border-color css
<style>
span { border-color: #1D201A; }
span { border-color: rgb(29,32,26); }
td.TdClassName
{
border-color: #1D201A;
}
.TagClassName
{
border-color: #1D201A;
}
</style>