#1D2413

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

Shades of Pine Tree #1D2413

Tints of Pine Tree #1D2413

Color information

#1D2413 (or 0x1D2413) is unknown color: approx Pine Tree. HEX triplet: 1D, 24 and 13. RGB value is (29,36,19). Sum of RGB (Red+Green+Blue) = 29+36+19=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2413 is #E2DBEC. Grayscale: #202020. Windows color (decimal): -14867437 or 1254429. OLE color: 1254429.

HSL color Cylindrical-coordinate representation of color #1D2413: hue angle of 84.71º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D2413 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB293619-
CMYK0.1900.470.86
HSL84.71º30.91%10.78%-
HSV(B)84.71º47.22%14.12%-
XYZ1.261.570.85-
YUV31.97120.68125.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=34.52%
G=42.86%
B=22.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936190.1900.470.8684.7130.9110.78
Hex1D24131302F56551fb
Octal354423230571261253713
Binary111011001001001110011010111110101101010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,19); }

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

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

 a { background-color: rgb(29,36,19); }

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

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

 span { border-color: rgb(29,36,19); }

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