#1C310A

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

Shades of Pine Tree #1C310A

Tints of Pine Tree #1C310A

Color information

#1C310A (or 0x1C310A) is unknown color: approx Pine Tree. HEX triplet: 1C, 31 and 0A. RGB value is (28,49,10). Sum of RGB (Red+Green+Blue) = 28+49+10=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #1C310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C310A is #E3CEF5. Grayscale: #262626. Windows color (decimal): -14929654 or 667932. OLE color: 667932.

HSL color Cylindrical-coordinate representation of color #1C310A: hue angle of 92.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C310A is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB284910-
CMYK0.4300.800.81
HSL92.31º66.1%11.57%-
HSV(B)92.31º79.59%19.22%-
XYZ1.632.470.68-
YUV38.28112.04120.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=32.18%
G=56.32%
B=11.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849100.4300.800.8192.3166.111.57
Hex1C31A2B050515c42c
Octal34611253012012113410214
Binary111001100011010101011010100001010001101110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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