#1D2B0D

Color #1D2B0D Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1D2B0D

Tints of Pine Tree #1D2B0D

Color information

#1D2B0D (or 0x1D2B0D) is unknown color: approx Pine Tree. HEX triplet: 1D, 2B and 0D. RGB value is (29,43,13). Sum of RGB (Red+Green+Blue) = 29+43+13=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #1D2B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2B0D is #E2D4F2. Grayscale: #232323. Windows color (decimal): -14865651 or 863005. OLE color: 863005.

HSL color Cylindrical-coordinate representation of color #1D2B0D: hue angle of 88º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D2B0D is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB294313-
CMYK0.3300.700.83
HSL88º53.57%10.98%-
HSV(B)88º69.77%16.86%-
XYZ1.442.020.69-
YUV35.39115.36123.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 43 (17.19% from 255) = 50.59%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=34.12%
G=50.59%
B=15.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2943130.3300.700.838853.5710.98
Hex1D2BD21046535836b
Octal3553154101061231306613
Binary11101101011110110000101000110101001110110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2B0D; }

 p { color: rgb(29,43,13); }

 H1.HeaderClassName
 {
   color: #1D2B0D;
 }
 .AnyTagClassName
 {
   color: #1D2B0D;
 }
</style>
background-color css

<style>
 a { background-color: #1D2B0D; }

 a { background-color: rgb(29,43,13); }

 div.DivClassName
 {
   background-color: #1D2B0D;
 }
 .BgClassName
 {
   background-color: #1D2B0D;
 }
</style>
border-color css

<style>
 span { border-color: #1D2B0D; }

 span { border-color: rgb(29,43,13); }

 td.TdClassName
 {
   border-color: #1D2B0D;
 }
 .TagClassName
 {
   border-color: #1D2B0D;
 }
</style>