#1C2415

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

Shades of Pine Tree #1C2415

Tints of Pine Tree #1C2415

Color information

#1C2415 (or 0x1C2415) is unknown color: approx Pine Tree. HEX triplet: 1C, 24 and 15. RGB value is (28,36,21). Sum of RGB (Red+Green+Blue) = 28+36+21=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2415 is #E3DBEA. Grayscale: #1F1F1F. Windows color (decimal): -14932971 or 1385500. OLE color: 1385500.

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

Color convert

RGB283621-
CMYK0.2200.420.86
HSL92º26.32%11.18%-
HSV(B)92º41.67%14.12%-
XYZ1.251.560.95-
YUV31.9121.85125.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.94%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=32.94%
G=42.35%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836210.2200.420.869226.3211.18
Hex1C24151602A565c1ab
Octal344425260521261343213
Binary111001001001010110110010101010101101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,21); }

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

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

 a { background-color: rgb(28,36,21); }

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

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

 span { border-color: rgb(28,36,21); }

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