#1C3101

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

Shades of Pine Tree #1C3101

Tints of Pine Tree #1C3101

Color information

#1C3101 (or 0x1C3101) is unknown color: approx Pine Tree. HEX triplet: 1C, 31 and 01. RGB value is (28,49,1). Sum of RGB (Red+Green+Blue) = 28+49+1=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #1C3101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3101 is #E3CEFE. Grayscale: #252525. Windows color (decimal): -14929663 or 78108. OLE color: 78108.

HSL color Cylindrical-coordinate representation of color #1C3101: hue angle of 86.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C3101 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB28491-
CMYK0.4300.980.81
HSL86.25º96%9.8%-
HSV(B)86.25º97.96%19.22%-
XYZ1.582.450.42-
YUV37.25107.54121.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=35.90%
G=62.82%
B=1.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal284910.4300.980.8186.25969.8
Hex1C3112B062515660a
Octal3461153014212112614012
Binary111001100011101011011000101010001101011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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