#1D2219

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

Shades of Pine Tree #1D2219

Tints of Pine Tree #1D2219

Color information

#1D2219 (or 0x1D2219) is unknown color: approx Pine Tree. HEX triplet: 1D, 22 and 19. RGB value is (29,34,25). Sum of RGB (Red+Green+Blue) = 29+34+25=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2219 is #E2DDE6. Grayscale: #1F1F1F. Windows color (decimal): -14867943 or 1647133. OLE color: 1647133.

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

Color convert

RGB293425-
CMYK0.1500.260.87
HSL93.33º15.25%11.57%-
HSV(B)93.33º26.47%13.33%-
XYZ1.251.481.14-
YUV31.48124.34126.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=32.95%
G=38.64%
B=28.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934250.1500.260.8793.3315.2511.57
Hex1D2219F01A575dfc
Octal354231170321271351714
Binary111011000101100111110110101010111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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