#1D310B

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

Shades of Pine Tree #1D310B

Tints of Pine Tree #1D310B

Color information

#1D310B (or 0x1D310B) is unknown color: approx Pine Tree. HEX triplet: 1D, 31 and 0B. RGB value is (29,49,11). Sum of RGB (Red+Green+Blue) = 29+49+11=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1D310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D310B is #E2CEF4. Grayscale: #262626. Windows color (decimal): -14864117 or 733469. OLE color: 733469.

HSL color Cylindrical-coordinate representation of color #1D310B: hue angle of 91.58º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D310B is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB294911-
CMYK0.4100.780.81
HSL91.58º63.33%11.76%-
HSV(B)91.58º77.55%19.22%-
XYZ1.672.480.71-
YUV38.69112.37121.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=32.58%
G=55.06%
B=12.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949110.4100.780.8191.5863.3311.76
Hex1D31B2904E515c3fc
Octal3561135101161211347714
Binary11101110001101110100101001110101000110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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