#1D330A

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

Shades of Pine Tree #1D330A

Tints of Pine Tree #1D330A

Color information

#1D330A (or 0x1D330A) is unknown color: approx Pine Tree. HEX triplet: 1D, 33 and 0A. RGB value is (29,51,10). Sum of RGB (Red+Green+Blue) = 29+51+10=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #1D330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D330A is #E2CCF5. Grayscale: #272727. Windows color (decimal): -14863606 or 668445. OLE color: 668445.

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

Color convert

RGB295110-
CMYK0.4300.800.8
HSL92.2º67.21%11.96%-
HSV(B)92.2º80.39%20%-
XYZ1.752.650.71-
YUV39.75111.21120.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=32.22%
G=56.67%
B=11.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951100.4300.800.892.267.2111.96
Hex1D33A2B050505c43c
Octal35631253012012013410314
Binary111011100111010101011010100001010000101110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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