#1D330B

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

Shades of Pine Tree #1D330B

Tints of Pine Tree #1D330B

Color information

#1D330B (or 0x1D330B) is unknown color: approx Pine Tree. HEX triplet: 1D, 33 and 0B. RGB value is (29,51,11). Sum of RGB (Red+Green+Blue) = 29+51+11=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #1D330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D330B is #E2CCF4. Grayscale: #282828. Windows color (decimal): -14863605 or 733981. OLE color: 733981.

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

Color convert

RGB295111-
CMYK0.4300.780.8
HSL93º64.52%12.16%-
HSV(B)93º78.43%20%-
XYZ1.752.650.74-
YUV39.86111.71120.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 51 (20.31% from 255) = 56.04%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=31.87%
G=56.04%
B=12.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951110.4300.780.89364.5212.16
Hex1D33B2B04E505d41c
Octal35631353011612013510114
Binary111011100111011101011010011101010000101110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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