#1C2312

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

Shades of Pine Tree #1C2312

Tints of Pine Tree #1C2312

Color information

#1C2312 (or 0x1C2312) is unknown color: approx Pine Tree. HEX triplet: 1C, 23 and 12. RGB value is (28,35,18). Sum of RGB (Red+Green+Blue) = 28+35+18=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2312 is #E3DCED. Grayscale: #1F1F1F. Windows color (decimal): -14933230 or 1188636. OLE color: 1188636.

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

Color convert

RGB283518-
CMYK0.2000.490.86
HSL84.71º32.08%10.39%-
HSV(B)84.71º48.57%13.73%-
XYZ1.191.490.8-
YUV30.97120.68125.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=34.57%
G=43.21%
B=22.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835180.2000.490.8684.7132.0810.39
Hex1C231214031565520a
Octal344322240611261254012
Binary1110010001110010101000110001101011010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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