#1D300E

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

Shades of Pine Tree #1D300E

Tints of Pine Tree #1D300E

Color information

#1D300E (or 0x1D300E) is unknown color: approx Pine Tree. HEX triplet: 1D, 30 and 0E. RGB value is (29,48,14). Sum of RGB (Red+Green+Blue) = 29+48+14=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1D300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D300E is #E2CFF1. Grayscale: #262626. Windows color (decimal): -14864370 or 929821. OLE color: 929821.

HSL color Cylindrical-coordinate representation of color #1D300E: hue angle of 93.53º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D300E is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB294814-
CMYK0.4000.710.81
HSL93.53º54.84%12.16%-
HSV(B)93.53º70.83%18.82%-
XYZ1.642.410.79-
YUV38.44114.21121.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=31.87%
G=52.75%
B=15.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948140.4000.710.8193.5354.8412.16
Hex1D30E28047515e37c
Octal3560165001071211366714
Binary11101110000111010100001000111101000110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,14); }

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

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

 a { background-color: rgb(29,48,14); }

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

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

 span { border-color: rgb(29,48,14); }

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