#1D3A05

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

Shades of Pine Tree #1D3A05

Tints of Pine Tree #1D3A05

Color information

#1D3A05 (or 0x1D3A05) is unknown color: approx Pine Tree. HEX triplet: 1D, 3A and 05. RGB value is (29,58,5). Sum of RGB (Red+Green+Blue) = 29+58+5=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3A05 is #E2C5FA. Grayscale: #2B2B2B. Windows color (decimal): -14861819 or 342557. OLE color: 342557.

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

Color convert

RGB29585-
CMYK0.500.910.77
HSL92.83º84.13%12.35%-
HSV(B)92.83º91.38%22.75%-
XYZ2.053.30.67-
YUV43.29106.39117.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 58 (23.05% from 255) = 63.04%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=31.52%
G=63.04%
B=5.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal295850.500.910.7792.8384.1312.35
Hex1D3A53205B4D5d54c
Octal3572562013311513512414
Binary11101111010101110010010110111001101101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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