Shades of Pine Tree #1D350B
Tints of Pine Tree #1D350B
RGB
CMYK
RGB Variations
Color information
#1D350B (or 0x1D350B) is known color: Pine Tree. HEX triplet: 1D, 35 and 0B. RGB value is (29,53,11). Sum of RGB (Red+Green+Blue) = 29+53+11=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #1D350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D350B is #E2CAF4. Grayscale: #292929. Windows color (decimal): -14863093 or 734493. OLE color: 734493.
HSL color Cylindrical-coordinate representation of color #1D350B: hue angle of 94.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D350B is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 11 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.79 |
| HSL | 94.29º | 0.66% | 0.13% | - |
| HSV(B) | 94.29º | 0.79% | 0.21% | - |
| XYZ | 1.84 | 2.83 | 0.77 | - |
| YUV | 41.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 11 | 0.45 | 0 | 0.79 | 0.79 | 94.29 | 0.66 | 0.13 |
| Hex | 1D | 35 | B | 2D | 0 | 4F | 4F | 5E | 42 | D |
| Octal | 35 | 65 | 13 | 55 | 0 | 117 | 117 | 136 | 102 | 15 |
| Binary | 11101 | 110101 | 1011 | 101101 | 0 | 1001111 | 1001111 | 1011110 | 1000010 | 1101 |
Color Harmonies of #1D350B
Complementary color
Monochromatic Colors of #1D350B
Black with #1D350B
Text Example
Text Example
White with #1D350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D350B; }
p { color: rgb(29,53,11); }
H1.HeaderClassName
{
color: #1D350B;
}
.AnyTagClassName
{
color: #1D350B;
}
</style>
background-color css
<style>
a { background-color: #1D350B; }
a { background-color: rgb(29,53,11); }
div.DivClassName
{
background-color: #1D350B;
}
.BgClassName
{
background-color: #1D350B;
}
</style>
border-color css
<style>
span { border-color: #1D350B; }
span { border-color: rgb(29,53,11); }
td.TdClassName
{
border-color: #1D350B;
}
.TagClassName
{
border-color: #1D350B;
}
</style>