#1D2802

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

Shades of Pine Tree #1D2802

Tints of Pine Tree #1D2802

Color information

#1D2802 (or 0x1D2802) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 02. RGB value is (29,40,2). Sum of RGB (Red+Green+Blue) = 29+40+2=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2802 is #E2D7FD. Grayscale: #202020. Windows color (decimal): -14866430 or 141341. OLE color: 141341.

HSL color Cylindrical-coordinate representation of color #1D2802: hue angle of 77.37º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D2802 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB29402-
CMYK0.2800.950.84
HSL77.37º90.48%8.24%-
HSV(B)77.37º95%15.69%-
XYZ1.281.780.33-
YUV32.38110.86125.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 40 (16.02% from 255) = 56.34%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=40.85%
G=56.34%
B=2.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal294020.2800.950.8477.3790.488.24
Hex1D2821C05F544d5a8
Octal3550234013712411513210
Binary111011010001011100010111111010100100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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