#1D240C

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

Shades of Pine Tree #1D240C

Tints of Pine Tree #1D240C

Color information

#1D240C (or 0x1D240C) is unknown color: approx Pine Tree. HEX triplet: 1D, 24 and 0C. RGB value is (29,36,12). Sum of RGB (Red+Green+Blue) = 29+36+12=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1D240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D240C is #E2DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14867444 or 795677. OLE color: 795677.

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

Color convert

RGB293612-
CMYK0.1900.670.86
HSL77.5º50%9.41%-
HSV(B)77.5º66.67%14.12%-
XYZ1.21.550.58-
YUV31.17117.18126.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=37.66%
G=46.75%
B=15.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936120.1900.670.8677.5509.41
Hex1D24C13043564e329
Octal3544142301031261166211
Binary1110110010011001001101000011101011010011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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