#1D3005

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

Shades of Pine Tree #1D3005

Tints of Pine Tree #1D3005

Color information

#1D3005 (or 0x1D3005) is unknown color: approx Pine Tree. HEX triplet: 1D, 30 and 05. RGB value is (29,48,5). Sum of RGB (Red+Green+Blue) = 29+48+5=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3005 is #E2CFFA. Grayscale: #252525. Windows color (decimal): -14864379 or 339997. OLE color: 339997.

HSL color Cylindrical-coordinate representation of color #1D3005: hue angle of 86.51º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D3005 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB29485-
CMYK0.4000.900.81
HSL86.51º81.13%10.39%-
HSV(B)86.51º89.58%18.82%-
XYZ1.592.390.52-
YUV37.42109.71122-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=35.37%
G=58.54%
B=6.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal294850.4000.900.8186.5181.1310.39
Hex1D3052805A515751a
Octal3560550013212112712112
Binary11101110000101101000010110101010001101011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,5); }

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

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

 a { background-color: rgb(29,48,5); }

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

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

 span { border-color: rgb(29,48,5); }

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