#1C2812

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

Shades of Pine Tree #1C2812

Tints of Pine Tree #1C2812

Color information

#1C2812 (or 0x1C2812) is unknown color: approx Pine Tree. HEX triplet: 1C, 28 and 12. RGB value is (28,40,18). Sum of RGB (Red+Green+Blue) = 28+40+18=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2812 is #E3D7ED. Grayscale: #212121. Windows color (decimal): -14931950 or 1189916. OLE color: 1189916.

HSL color Cylindrical-coordinate representation of color #1C2812: hue angle of 92.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C2812 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB284018-
CMYK0.3000.550.84
HSL92.73º37.93%11.37%-
HSV(B)92.73º55%15.69%-
XYZ1.351.810.85-
YUV33.9119.02123.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.56%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=32.56%
G=46.51%
B=20.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2840180.3000.550.8492.7337.9311.37
Hex1C28121E037545d26b
Octal345022360671241354613
Binary1110010100010010111100110111101010010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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