#1C2313

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

Shades of Pine Tree #1C2313

Tints of Pine Tree #1C2313

Color information

#1C2313 (or 0x1C2313) is unknown color: approx Pine Tree. HEX triplet: 1C, 23 and 13. RGB value is (28,35,19). Sum of RGB (Red+Green+Blue) = 28+35+19=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2313 is #E3DCEC. Grayscale: #1F1F1F. Windows color (decimal): -14933229 or 1254172. OLE color: 1254172.

HSL color Cylindrical-coordinate representation of color #1C2313: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C2313 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB283519-
CMYK0.2000.460.86
HSL86.25º29.63%10.59%-
HSV(B)86.25º45.71%13.73%-
XYZ1.21.50.84-
YUV31.08121.18125.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=34.15%
G=42.68%
B=23.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835190.2000.460.8686.2529.6310.59
Hex1C23131402E56561eb
Octal344323240561261263613
Binary111001000111001110100010111010101101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,19); }

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

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

 a { background-color: rgb(28,35,19); }

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

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

 span { border-color: rgb(28,35,19); }

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