#1D3301

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

Shades of Pine Tree #1D3301

Tints of Pine Tree #1D3301

Color information

#1D3301 (or 0x1D3301) is unknown color: approx Pine Tree. HEX triplet: 1D, 33 and 01. RGB value is (29,51,1). Sum of RGB (Red+Green+Blue) = 29+51+1=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3301 is #E2CCFE. Grayscale: #262626. Windows color (decimal): -14863615 or 78621. OLE color: 78621.

HSL color Cylindrical-coordinate representation of color #1D3301: hue angle of 86.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D3301 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB29511-
CMYK0.4300.980.8
HSL86.4º96.15%10.2%-
HSV(B)86.4º98.04%20%-
XYZ1.72.630.45-
YUV38.72106.71121.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=35.80%
G=62.96%
B=1.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal295110.4300.980.886.496.1510.2
Hex1D3312B062505660a
Octal3563153014212012614012
Binary111011100111101011011000101010000101011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,1); }

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

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

 a { background-color: rgb(29,51,1); }

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

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

 span { border-color: rgb(29,51,1); }

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