#1D2D02

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

Shades of Pine Tree #1D2D02

Tints of Pine Tree #1D2D02

Color information

#1D2D02 (or 0x1D2D02) is unknown color: approx Pine Tree. HEX triplet: 1D, 2D and 02. RGB value is (29,45,2). Sum of RGB (Red+Green+Blue) = 29+45+2=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2D02 is #E2D2FD. Grayscale: #232323. Windows color (decimal): -14865150 or 142621. OLE color: 142621.

HSL color Cylindrical-coordinate representation of color #1D2D02: hue angle of 82.33º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D2D02 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB29452-
CMYK0.3600.960.82
HSL82.33º91.49%9.22%-
HSV(B)82.33º95.56%17.65%-
XYZ1.462.140.39-
YUV35.31109.2123.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 45 (17.97% from 255) = 59.21%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=38.16%
G=59.21%
B=2.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal294520.3600.960.8282.3391.499.22
Hex1D2D22406052525b9
Octal3555244014012212213311
Binary1110110110110100100011000001010010101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,45,2); }

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

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

 a { background-color: rgb(29,45,2); }

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

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

 span { border-color: rgb(29,45,2); }

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