#1D2B0F

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

Shades of Pine Tree #1D2B0F

Tints of Pine Tree #1D2B0F

Color information

#1D2B0F (or 0x1D2B0F) is unknown color: approx Pine Tree. HEX triplet: 1D, 2B and 0F. RGB value is (29,43,15). Sum of RGB (Red+Green+Blue) = 29+43+15=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #1D2B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2B0F is #E2D4F0. Grayscale: #232323. Windows color (decimal): -14865649 or 994077. OLE color: 994077.

HSL color Cylindrical-coordinate representation of color #1D2B0F: hue angle of 90º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D2B0F is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB294315-
CMYK0.3300.650.83
HSL90º48.28%11.37%-
HSV(B)90º65.12%16.86%-
XYZ1.462.020.77-
YUV35.62116.36123.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 49.43%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=33.33%
G=49.43%
B=17.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2943150.3300.650.839048.2811.37
Hex1D2BF21041535a30b
Octal3553174101011231326013
Binary11101101011111110000101000001101001110110101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,43,15); }

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

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

 a { background-color: rgb(29,43,15); }

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

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

 span { border-color: rgb(29,43,15); }

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