#1D2812

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

Shades of Pine Tree #1D2812

Tints of Pine Tree #1D2812

Color information

#1D2812 (or 0x1D2812) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 12. RGB value is (29,40,18). Sum of RGB (Red+Green+Blue) = 29+40+18=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2812 is #E2D7ED. Grayscale: #222222. Windows color (decimal): -14866414 or 1189917. OLE color: 1189917.

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

Color convert

RGB294018-
CMYK0.2800.550.84
HSL90º37.93%11.37%-
HSV(B)90º55%15.69%-
XYZ1.371.820.85-
YUV34.2118.86124.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=33.33%
G=45.98%
B=20.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940180.2800.550.849037.9311.37
Hex1D28121C037545a26b
Octal355022340671241324613
Binary1110110100010010111000110111101010010110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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