#1D2905

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

Shades of Pine Tree #1D2905

Tints of Pine Tree #1D2905

Color information

#1D2905 (or 0x1D2905) is unknown color: approx Pine Tree. HEX triplet: 1D, 29 and 05. RGB value is (29,41,5). Sum of RGB (Red+Green+Blue) = 29+41+5=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2905 is #E2D6FA. Grayscale: #212121. Windows color (decimal): -14866171 or 338205. OLE color: 338205.

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

Color convert

RGB29415-
CMYK0.2900.880.84
HSL80º78.26%9.02%-
HSV(B)80º87.8%16.08%-
XYZ1.331.860.43-
YUV33.31112.02124.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 41 (16.41% from 255) = 54.67%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=38.67%
G=54.67%
B=6.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal294150.2900.880.848078.269.02
Hex1D2951D05854504e9
Octal3551535013012412011611
Binary1110110100110111101010110001010100101000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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