#1C3C01

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

Shades of Pine Tree #1C3C01

Tints of Pine Tree #1C3C01

Color information

#1C3C01 (or 0x1C3C01) is unknown color: approx Pine Tree. HEX triplet: 1C, 3C and 01. RGB value is (28,60,1). Sum of RGB (Red+Green+Blue) = 28+60+1=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3C01 is #E3C3FE. Grayscale: #2B2B2B. Windows color (decimal): -14926847 or 80924. OLE color: 80924.

HSL color Cylindrical-coordinate representation of color #1C3C01: hue angle of 92.54º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C3C01 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB28601-
CMYK0.5300.980.76
HSL92.54º96.72%11.96%-
HSV(B)92.54º98.33%23.53%-
XYZ2.13.480.59-
YUV43.71103.9116.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 60 (23.83% from 255) = 67.42%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=31.46%
G=67.42%
B=1.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal286010.5300.980.7692.5496.7211.96
Hex1C3C1350624C5d61c
Octal3474165014211413514114
Binary111001111001110101011000101001100101110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,60,1); }

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

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

 a { background-color: rgb(28,60,1); }

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

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

 span { border-color: rgb(28,60,1); }

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