#1D2F11

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

Shades of Pine Tree #1D2F11

Tints of Pine Tree #1D2F11

Color information

#1D2F11 (or 0x1D2F11) is unknown color: approx Pine Tree. HEX triplet: 1D, 2F and 11. RGB value is (29,47,17). Sum of RGB (Red+Green+Blue) = 29+47+17=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2F11 is #E2D0EE. Grayscale: #262626. Windows color (decimal): -14864623 or 1126173. OLE color: 1126173.

HSL color Cylindrical-coordinate representation of color #1D2F11: hue angle of 96º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2F11 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB294717-
CMYK0.3800.640.82
HSL96º46.88%12.55%-
HSV(B)96º63.83%18.43%-
XYZ1.622.330.9-
YUV38.2116.04121.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 47 (18.75% from 255) = 50.54%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=31.18%
G=50.54%
B=18.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2947170.3800.640.829646.8812.55
Hex1D2F112604052602fd
Octal3557214601001221405715
Binary111011011111000110011001000000101001011000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,17); }

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

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

 a { background-color: rgb(29,47,17); }

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

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

 span { border-color: rgb(29,47,17); }

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