#1C2412

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

Shades of Pine Tree #1C2412

Tints of Pine Tree #1C2412

Color information

#1C2412 (or 0x1C2412) is unknown color: approx Pine Tree. HEX triplet: 1C, 24 and 12. RGB value is (28,36,18). Sum of RGB (Red+Green+Blue) = 28+36+18=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2412 is #E3DBED. Grayscale: #1F1F1F. Windows color (decimal): -14932974 or 1188892. OLE color: 1188892.

HSL color Cylindrical-coordinate representation of color #1C2412: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C2412 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB283618-
CMYK0.2200.50.86
HSL86.67º33.33%10.59%-
HSV(B)86.67º50%14.12%-
XYZ1.221.550.81-
YUV31.56120.35125.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=34.15%
G=43.90%
B=21.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836180.2200.50.8686.6733.3310.59
Hex1C241216032565721b
Octal344422260621261274113
Binary1110010010010010101100110010101011010101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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