#1D280D

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

Shades of Pine Tree #1D280D

Tints of Pine Tree #1D280D

Color information

#1D280D (or 0x1D280D) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 0D. RGB value is (29,40,13). Sum of RGB (Red+Green+Blue) = 29+40+13=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #1D280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D280D is #E2D7F2. Grayscale: #212121. Windows color (decimal): -14866419 or 862237. OLE color: 862237.

HSL color Cylindrical-coordinate representation of color #1D280D: hue angle of 84.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D280D is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB294013-
CMYK0.2800.670.84
HSL84.44º50.94%10.39%-
HSV(B)84.44º67.5%15.69%-
XYZ1.341.810.66-
YUV33.63116.36124.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=35.37%
G=48.78%
B=15.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940130.2800.670.8484.4450.9410.39
Hex1D28D1C043545433a
Octal3550153401031241246312
Binary1110110100011011110001000011101010010101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,13); }

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

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

 a { background-color: rgb(29,40,13); }

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

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

 span { border-color: rgb(29,40,13); }

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