Shades of Pine Tree #1D3F02
Tints of Pine Tree #1D3F02
RGB
CMYK
RGB Variations
Color information
#1D3F02 (or 0x1D3F02) is known color: Pine Tree. HEX triplet: 1D, 3F and 02. RGB value is (29,63,2). Sum of RGB (Red+Green+Blue) = 29+63+2=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3F02 is #E2C0FD. Grayscale: #2E2E2E. Windows color (decimal): -14860542 or 147229. OLE color: 147229.
HSL color Cylindrical-coordinate representation of color #1D3F02: hue angle of 93.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D3F02 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 2 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.75 |
| HSL | 93.44º | 0.94% | 0.13% | - |
| HSV(B) | 93.44º | 0.97% | 0.25% | - |
| XYZ | 2.3 | 3.82 | 0.67 | - |
| YUV | 45.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 2 | 0.54 | 0 | 0.97 | 0.75 | 93.44 | 0.94 | 0.13 |
| Hex | 1D | 3F | 2 | 36 | 0 | 61 | 4B | 5D | 5E | D |
| Octal | 35 | 77 | 2 | 66 | 0 | 141 | 113 | 135 | 136 | 15 |
| Binary | 11101 | 111111 | 10 | 110110 | 0 | 1100001 | 1001011 | 1011101 | 1011110 | 1101 |
Color Harmonies of #1D3F02
Complementary color
Monochromatic Colors of #1D3F02
Black with #1D3F02
Text Example
Text Example
White with #1D3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F02; }
p { color: rgb(29,63,2); }
H1.HeaderClassName
{
color: #1D3F02;
}
.AnyTagClassName
{
color: #1D3F02;
}
</style>
background-color css
<style>
a { background-color: #1D3F02; }
a { background-color: rgb(29,63,2); }
div.DivClassName
{
background-color: #1D3F02;
}
.BgClassName
{
background-color: #1D3F02;
}
</style>
border-color css
<style>
span { border-color: #1D3F02; }
span { border-color: rgb(29,63,2); }
td.TdClassName
{
border-color: #1D3F02;
}
.TagClassName
{
border-color: #1D3F02;
}
</style>