#1C2416

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

Shades of Pine Tree #1C2416

Tints of Pine Tree #1C2416

Color information

#1C2416 (or 0x1C2416) is unknown color: approx Pine Tree. HEX triplet: 1C, 24 and 16. RGB value is (28,36,22). Sum of RGB (Red+Green+Blue) = 28+36+22=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2416 is #E3DBE9. Grayscale: #202020. Windows color (decimal): -14932970 or 1451036. OLE color: 1451036.

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

Color convert

RGB283622-
CMYK0.2200.390.86
HSL94.29º24.14%11.37%-
HSV(B)94.29º38.89%14.12%-
XYZ1.251.571-
YUV32.01122.35125.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.56%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=32.56%
G=41.86%
B=25.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836220.2200.390.8694.2924.1411.37
Hex1C241616027565e18b
Octal344426260471261363013
Binary111001001001011010110010011110101101011110110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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