#1D290B

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

Shades of Pine Tree #1D290B

Tints of Pine Tree #1D290B

Color information

#1D290B (or 0x1D290B) is unknown color: approx Pine Tree. HEX triplet: 1D, 29 and 0B. RGB value is (29,41,11). Sum of RGB (Red+Green+Blue) = 29+41+11=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #1D290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D290B is #E2D6F4. Grayscale: #222222. Windows color (decimal): -14866165 or 731421. OLE color: 731421.

HSL color Cylindrical-coordinate representation of color #1D290B: hue angle of 84º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D290B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB294111-
CMYK0.2900.730.84
HSL84º57.69%10.2%-
HSV(B)84º73.17%16.08%-
XYZ1.361.870.61-
YUV33.99115.02124.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 41 (16.41% from 255) = 50.62%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=35.80%
G=50.62%
B=13.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941110.2900.730.848457.6910.2
Hex1D29B1D04954543aa
Octal3551133501111241247212
Binary1110110100110111110101001001101010010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,11); }

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

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

 a { background-color: rgb(29,41,11); }

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

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

 span { border-color: rgb(29,41,11); }

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