#1D280A

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

Shades of Pine Tree #1D280A

Tints of Pine Tree #1D280A

Color information

#1D280A (or 0x1D280A) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 0A. RGB value is (29,40,10). Sum of RGB (Red+Green+Blue) = 29+40+10=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #1D280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D280A is #E2D7F5. Grayscale: #212121. Windows color (decimal): -14866422 or 665629. OLE color: 665629.

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

Color convert

RGB294010-
CMYK0.2800.750.84
HSL82º60%9.8%-
HSV(B)82º75%15.69%-
XYZ1.321.80.57-
YUV33.29114.86124.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=36.71%
G=50.63%
B=12.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940100.2800.750.8482609.8
Hex1D28A1C04B54523ca
Octal3550123401131241227412
Binary1110110100010101110001001011101010010100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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