#1C2714

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

Shades of Pine Tree #1C2714

Tints of Pine Tree #1C2714

Color information

#1C2714 (or 0x1C2714) is unknown color: approx Pine Tree. HEX triplet: 1C, 27 and 14. RGB value is (28,39,20). Sum of RGB (Red+Green+Blue) = 28+39+20=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2714 is #E3D8EB. Grayscale: #212121. Windows color (decimal): -14932204 or 1320732. OLE color: 1320732.

HSL color Cylindrical-coordinate representation of color #1C2714: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C2714 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB283920-
CMYK0.2800.490.85
HSL94.74º32.2%11.57%-
HSV(B)94.74º48.72%15.29%-
XYZ1.331.750.93-
YUV33.54120.36124.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=32.18%
G=44.83%
B=22.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2839200.2800.490.8594.7432.211.57
Hex1C27141C031555f20c
Octal344724340611251374014
Binary1110010011110100111000110001101010110111111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,20); }

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

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

 a { background-color: rgb(28,39,20); }

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

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

 span { border-color: rgb(28,39,20); }

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