#1C2111

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

Shades of Pine Tree #1C2111

Tints of Pine Tree #1C2111

Color information

#1C2111 (or 0x1C2111) is unknown color: approx Pine Tree. HEX triplet: 1C, 21 and 11. RGB value is (28,33,17). Sum of RGB (Red+Green+Blue) = 28+33+17=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2111 is #E3DEEE. Grayscale: #1D1D1D. Windows color (decimal): -14933743 or 1122588. OLE color: 1122588.

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

Color convert

RGB283317-
CMYK0.1500.480.87
HSL78.75º32%9.8%-
HSV(B)78.75º48.48%12.94%-
XYZ1.121.380.74-
YUV29.68120.84126.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=35.90%
G=42.31%
B=21.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833170.1500.480.8778.75329.8
Hex1C2111F030574f20a
Octal344121170601271174012
Binary111001000011000111110110000101011110011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,17); }

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

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

 a { background-color: rgb(28,33,17); }

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

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

 span { border-color: rgb(28,33,17); }

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