#1D2C09

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

Shades of Pine Tree #1D2C09

Tints of Pine Tree #1D2C09

Color information

#1D2C09 (or 0x1D2C09) is unknown color: approx Pine Tree. HEX triplet: 1D, 2C and 09. RGB value is (29,44,9). Sum of RGB (Red+Green+Blue) = 29+44+9=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2C09 is #E2D3F6. Grayscale: #232323. Windows color (decimal): -14865399 or 601117. OLE color: 601117.

HSL color Cylindrical-coordinate representation of color #1D2C09: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2C09 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB29449-
CMYK0.3400.800.83
HSL85.71º66.04%10.39%-
HSV(B)85.71º79.55%17.25%-
XYZ1.462.080.58-
YUV35.52113.03123.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 44 (17.58% from 255) = 53.66%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=35.37%
G=53.66%
B=10.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal294490.3400.800.8385.7166.0410.39
Hex1D2C922050535642a
Octal35541142012012312610212
Binary111011011001001100010010100001010011101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,9); }

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

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

 a { background-color: rgb(29,44,9); }

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

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

 span { border-color: rgb(29,44,9); }

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