#1D2416

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

Shades of Pine Tree #1D2416

Tints of Pine Tree #1D2416

Color information

#1D2416 (or 0x1D2416) is unknown color: approx Pine Tree. HEX triplet: 1D, 24 and 16. RGB value is (29,36,22). Sum of RGB (Red+Green+Blue) = 29+36+22=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2416 is #E2DBE9. Grayscale: #202020. Windows color (decimal): -14867434 or 1451037. OLE color: 1451037.

HSL color Cylindrical-coordinate representation of color #1D2416: hue angle of 90º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1D2416 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB293622-
CMYK0.1900.390.86
HSL90º24.14%11.37%-
HSV(B)90º38.89%14.12%-
XYZ1.281.581-
YUV32.31122.18125.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=33.33%
G=41.38%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936220.1900.390.869024.1411.37
Hex1D241613027565a18b
Octal354426230471261323013
Binary111011001001011010011010011110101101011010110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,22); }

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

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

 a { background-color: rgb(29,36,22); }

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

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

 span { border-color: rgb(29,36,22); }

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