#1D3D05

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

Shades of Pine Tree #1D3D05

Tints of Pine Tree #1D3D05

Color information

#1D3D05 (or 0x1D3D05) is unknown color: approx Pine Tree. HEX triplet: 1D, 3D and 05. RGB value is (29,61,5). Sum of RGB (Red+Green+Blue) = 29+61+5=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3D05 is #E2C2FA. Grayscale: #2D2D2D. Windows color (decimal): -14861051 or 343325. OLE color: 343325.

HSL color Cylindrical-coordinate representation of color #1D3D05: hue angle of 94.29º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D3D05 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB29615-
CMYK0.5200.920.76
HSL94.29º84.85%12.94%-
HSV(B)94.29º91.8%23.92%-
XYZ2.23.610.72-
YUV45.05105.4116.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.53%
GREEN value IS 61 (24.22% from 255) = 64.21%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=30.53%
G=64.21%
B=5.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal296150.5200.920.7694.2984.8512.94
Hex1D3D53405C4C5e55d
Octal3575564013411413612515
Binary11101111101101110100010111001001100101111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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