#1D2814

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

Shades of Pine Tree #1D2814

Tints of Pine Tree #1D2814

Color information

#1D2814 (or 0x1D2814) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 14. RGB value is (29,40,20). Sum of RGB (Red+Green+Blue) = 29+40+20=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2814 is #E2D7EB. Grayscale: #222222. Windows color (decimal): -14866412 or 1320989. OLE color: 1320989.

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

Color convert

RGB294020-
CMYK0.2800.50.84
HSL93º33.33%11.76%-
HSV(B)93º50%15.69%-
XYZ1.391.830.94-
YUV34.43119.86124.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=32.58%
G=44.94%
B=22.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940200.2800.50.849333.3311.76
Hex1D28141C032545d21c
Octal355024340621241354114
Binary1110110100010100111000110010101010010111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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