#1C310E

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

Shades of Pine Tree #1C310E

Tints of Pine Tree #1C310E

Color information

#1C310E (or 0x1C310E) is unknown color: approx Pine Tree. HEX triplet: 1C, 31 and 0E. RGB value is (28,49,14). Sum of RGB (Red+Green+Blue) = 28+49+14=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #1C310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C310E is #E3CEF1. Grayscale: #262626. Windows color (decimal): -14929650 or 930076. OLE color: 930076.

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

Color convert

RGB284914-
CMYK0.4300.710.81
HSL96º55.56%12.35%-
HSV(B)96º71.43%19.22%-
XYZ1.662.480.81-
YUV38.73114.04120.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=30.77%
G=53.85%
B=15.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849140.4300.710.819655.5612.35
Hex1C31E2B047516038c
Octal3461165301071211407014
Binary11100110001111010101101000111101000111000001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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