#1D2914

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

Shades of Pine Tree #1D2914

Tints of Pine Tree #1D2914

Color information

#1D2914 (or 0x1D2914) is unknown color: approx Pine Tree. HEX triplet: 1D, 29 and 14. RGB value is (29,41,20). Sum of RGB (Red+Green+Blue) = 29+41+20=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2914 is #E2D6EB. Grayscale: #232323. Windows color (decimal): -14866156 or 1321245. OLE color: 1321245.

HSL color Cylindrical-coordinate representation of color #1D2914: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D2914 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB294120-
CMYK0.2900.510.84
HSL94.29º34.43%11.96%-
HSV(B)94.29º51.22%16.08%-
XYZ1.431.90.95-
YUV35.02119.52123.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=32.22%
G=45.56%
B=22.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941200.2900.510.8494.2934.4311.96
Hex1D29141D033545e22c
Octal355124350631241364214
Binary1110110100110100111010110011101010010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,20); }

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

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

 a { background-color: rgb(29,41,20); }

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

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

 span { border-color: rgb(29,41,20); }

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