#1D3908

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

Shades of Pine Tree #1D3908

Tints of Pine Tree #1D3908

Color information

#1D3908 (or 0x1D3908) is unknown color: approx Pine Tree. HEX triplet: 1D, 39 and 08. RGB value is (29,57,8). Sum of RGB (Red+Green+Blue) = 29+57+8=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3908 is #E2C6F7. Grayscale: #2B2B2B. Windows color (decimal): -14862072 or 538909. OLE color: 538909.

HSL color Cylindrical-coordinate representation of color #1D3908: hue angle of 94.29º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3908 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB29578-
CMYK0.4900.860.78
HSL94.29º75.38%12.75%-
HSV(B)94.29º85.96%22.35%-
XYZ2.013.20.74-
YUV43.04108.22117.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 57 (22.66% from 255) = 60.64%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=30.85%
G=60.64%
B=8.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal295780.4900.860.7894.2975.3812.75
Hex1D398310564E5e4bd
Octal35711061012611613611315
Binary111011110011000110001010101101001110101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,8); }

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

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

 a { background-color: rgb(29,57,8); }

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

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

 span { border-color: rgb(29,57,8); }

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