#1D2612

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

Shades of Pine Tree #1D2612

Tints of Pine Tree #1D2612

Color information

#1D2612 (or 0x1D2612) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 12. RGB value is (29,38,18). Sum of RGB (Red+Green+Blue) = 29+38+18=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2612 is #E2D9ED. Grayscale: #212121. Windows color (decimal): -14866926 or 1189405. OLE color: 1189405.

HSL color Cylindrical-coordinate representation of color #1D2612: hue angle of 87º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D2612 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB293818-
CMYK0.2400.530.85
HSL87º35.71%10.98%-
HSV(B)87º52.63%14.9%-
XYZ1.311.690.83-
YUV33.03119.52125.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=34.12%
G=44.71%
B=21.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2938180.2400.530.858735.7110.98
Hex1D261218035555724b
Octal354622300651251274413
Binary1110110011010010110000110101101010110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,38,18); }

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

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

 a { background-color: rgb(29,38,18); }

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

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

 span { border-color: rgb(29,38,18); }

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