#1D2514

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

Shades of Pine Tree #1D2514

Tints of Pine Tree #1D2514

Color information

#1D2514 (or 0x1D2514) is unknown color: approx Pine Tree. HEX triplet: 1D, 25 and 14. RGB value is (29,37,20). Sum of RGB (Red+Green+Blue) = 29+37+20=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2514 is #E2DAEB. Grayscale: #202020. Windows color (decimal): -14867180 or 1320221. OLE color: 1320221.

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

Color convert

RGB293720-
CMYK0.2200.460.85
HSL88.24º29.82%11.18%-
HSV(B)88.24º45.95%14.51%-
XYZ1.291.630.91-
YUV32.67120.85125.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=33.72%
G=43.02%
B=23.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937200.2200.460.8588.2429.8211.18
Hex1D25141602E55581eb
Octal354524260561251303613
Binary111011001011010010110010111010101011011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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