#1D3010

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

Shades of Pine Tree #1D3010

Tints of Pine Tree #1D3010

Color information

#1D3010 (or 0x1D3010) is unknown color: approx Pine Tree. HEX triplet: 1D, 30 and 10. RGB value is (29,48,16). Sum of RGB (Red+Green+Blue) = 29+48+16=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3010 is #E2CFEF. Grayscale: #262626. Windows color (decimal): -14864368 or 1060893. OLE color: 1060893.

HSL color Cylindrical-coordinate representation of color #1D3010: hue angle of 95.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3010 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB294816-
CMYK0.4000.670.81
HSL95.62º50%12.55%-
HSV(B)95.62º66.67%18.82%-
XYZ1.662.410.87-
YUV38.67115.21121.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=31.18%
G=51.61%
B=17.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948160.4000.670.8195.625012.55
Hex1D301028043516032d
Octal3560205001031211406215
Binary111011100001000010100001000011101000111000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,16); }

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

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

 a { background-color: rgb(29,48,16); }

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

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

 span { border-color: rgb(29,48,16); }

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