#1D211A

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

Shades of Pine Tree #1D211A

Tints of Pine Tree #1D211A

Color information

#1D211A (or 0x1D211A) is unknown color: approx Pine Tree. HEX triplet: 1D, 21 and 1A. RGB value is (29,33,26). Sum of RGB (Red+Green+Blue) = 29+33+26=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211A is #E2DEE5. Grayscale: #1F1F1F. Windows color (decimal): -14868198 or 1712413. OLE color: 1712413.

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

Color convert

RGB293326-
CMYK0.1200.210.87
HSL94.29º11.86%11.57%-
HSV(B)94.29º21.21%12.94%-
XYZ1.241.421.19-
YUV31.01125.17126.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=32.95%
G=37.5%
B=29.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933260.1200.210.8794.2911.8611.57
Hex1D211AC015575ecc
Octal354132140251271361414
Binary111011000011101011000101011010111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,26); }

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

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

 a { background-color: rgb(29,33,26); }

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

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

 span { border-color: rgb(29,33,26); }

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