#1C2112

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

Shades of Pine Tree #1C2112

Tints of Pine Tree #1C2112

Color information

#1C2112 (or 0x1C2112) is unknown color: approx Pine Tree. HEX triplet: 1C, 21 and 12. RGB value is (28,33,18). Sum of RGB (Red+Green+Blue) = 28+33+18=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2112 is #E3DEED. Grayscale: #1D1D1D. Windows color (decimal): -14933742 or 1188124. OLE color: 1188124.

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

Color convert

RGB283318-
CMYK0.1500.450.87
HSL80º29.41%10%-
HSV(B)80º45.45%12.94%-
XYZ1.131.380.78-
YUV29.8121.34126.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=35.44%
G=41.77%
B=22.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833180.1500.450.878029.4110
Hex1C2112F02D57501da
Octal344122170551271203512
Binary11100100001100101111010110110101111010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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