#1C1E1A

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

Shades of Pine Tree #1C1E1A

Tints of Pine Tree #1C1E1A

Color information

#1C1E1A (or 0x1C1E1A) is unknown color: approx Pine Tree. HEX triplet: 1C, 1E and 1A. RGB value is (28,30,26). Sum of RGB (Red+Green+Blue) = 28+30+26=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1E1A is #E3E1E5. Grayscale: #1C1C1C. Windows color (decimal): -14934502 or 1711644. OLE color: 1711644.

HSL color Cylindrical-coordinate representation of color #1C1E1A: hue angle of 90º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1C1E1A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB283026-
CMYK0.0700.130.88
HSL90º7.14%10.98%-
HSV(B)90º13.33%11.76%-
XYZ1.131.251.16-
YUV28.95126.34127.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=33.33%
G=35.71%
B=30.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2830260.0700.130.88907.1410.98
Hex1C1E1A70D585a7b
Octal3436327015130132713
Binary11100111101101011101101101100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,30,26); }

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

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

 a { background-color: rgb(28,30,26); }

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

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

 span { border-color: rgb(28,30,26); }

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