#1C310D

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

Shades of Pine Tree #1C310D

Tints of Pine Tree #1C310D

Color information

#1C310D (or 0x1C310D) is unknown color: approx Pine Tree. HEX triplet: 1C, 31 and 0D. RGB value is (28,49,13). Sum of RGB (Red+Green+Blue) = 28+49+13=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #1C310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C310D is #E3CEF2. Grayscale: #262626. Windows color (decimal): -14929651 or 864540. OLE color: 864540.

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

Color convert

RGB284913-
CMYK0.4300.730.81
HSL95º58.06%12.16%-
HSV(B)95º73.47%19.22%-
XYZ1.652.470.77-
YUV38.62113.54120.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=31.11%
G=54.44%
B=14.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849130.4300.730.819558.0612.16
Hex1C31D2B049515f3ac
Octal3461155301111211377214
Binary11100110001110110101101001001101000110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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