#1C3504

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

Shades of Pine Tree #1C3504

Tints of Pine Tree #1C3504

Color information

#1C3504 (or 0x1C3504) is unknown color: approx Pine Tree. HEX triplet: 1C, 35 and 04. RGB value is (28,53,4). Sum of RGB (Red+Green+Blue) = 28+53+4=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #1C3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3504 is #E3CAFB. Grayscale: #282828. Windows color (decimal): -14928636 or 275740. OLE color: 275740.

HSL color Cylindrical-coordinate representation of color #1C3504: hue angle of 90.61º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C3504 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB28534-
CMYK0.4700.920.79
HSL90.61º85.96%11.18%-
HSV(B)90.61º92.45%20.78%-
XYZ1.772.80.56-
YUV39.94107.72119.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.94%
GREEN value IS 53 (21.09% from 255) = 62.35%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=32.94%
G=62.35%
B=4.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal285340.4700.920.7990.6185.9611.18
Hex1C3542F05C4F5b56b
Octal3465457013411713312613
Binary11100110101100101111010111001001111101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,4); }

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

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

 a { background-color: rgb(28,53,4); }

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

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

 span { border-color: rgb(28,53,4); }

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