#1D2512

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

Shades of Pine Tree #1D2512

Tints of Pine Tree #1D2512

Color information

#1D2512 (or 0x1D2512) is unknown color: approx Pine Tree. HEX triplet: 1D, 25 and 12. RGB value is (29,37,18). Sum of RGB (Red+Green+Blue) = 29+37+18=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2512 is #E2DAED. Grayscale: #202020. Windows color (decimal): -14867182 or 1189149. OLE color: 1189149.

HSL color Cylindrical-coordinate representation of color #1D2512: hue angle of 85.26º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D2512 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB293718-
CMYK0.2200.510.85
HSL85.26º34.55%10.78%-
HSV(B)85.26º51.35%14.51%-
XYZ1.281.630.82-
YUV32.44119.85125.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=34.52%
G=44.05%
B=21.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937180.2200.510.8585.2634.5510.78
Hex1D251216033555523b
Octal354522260631251254313
Binary1110110010110010101100110011101010110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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