#1D2215

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

Shades of Pine Tree #1D2215

Tints of Pine Tree #1D2215

Color information

#1D2215 (or 0x1D2215) is unknown color: approx Pine Tree. HEX triplet: 1D, 22 and 15. RGB value is (29,34,21). Sum of RGB (Red+Green+Blue) = 29+34+21=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2215 is #E2DDEA. Grayscale: #1F1F1F. Windows color (decimal): -14867947 or 1384989. OLE color: 1384989.

HSL color Cylindrical-coordinate representation of color #1D2215: hue angle of 83.08º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2215 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.

Color convert

RGB293421-
CMYK0.1500.380.87
HSL83.08º23.64%10.78%-
HSV(B)83.08º38.24%13.33%-
XYZ1.211.460.93-
YUV31.02122.34126.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 21 (8.59% from 255) = 25%
R=34.52%
G=40.48%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934210.1500.380.8783.0823.6410.78
Hex1D2215F026575318b
Octal354225170461271233013
Binary11101100010101011111010011010101111010011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,21); }

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

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

 a { background-color: rgb(29,34,21); }

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

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

 span { border-color: rgb(29,34,21); }

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