#1D2214

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

Shades of Pine Tree #1D2214

Tints of Pine Tree #1D2214

Color information

#1D2214 (or 0x1D2214) is unknown color: approx Pine Tree. HEX triplet: 1D, 22 and 14. RGB value is (29,34,20). Sum of RGB (Red+Green+Blue) = 29+34+20=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2214 is #E2DDEB. Grayscale: #1E1E1E. Windows color (decimal): -14867948 or 1319453. OLE color: 1319453.

HSL color Cylindrical-coordinate representation of color #1D2214: hue angle of 81.43º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2214 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB293420-
CMYK0.1500.410.87
HSL81.43º25.93%10.59%-
HSV(B)81.43º41.18%13.33%-
XYZ1.21.460.88-
YUV30.91121.84126.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=34.94%
G=40.96%
B=24.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934200.1500.410.8781.4325.9310.59
Hex1D2214F02957511ab
Octal354224170511271213213
Binary11101100010101001111010100110101111010001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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