#1C270E

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

Shades of Pine Tree #1C270E

Tints of Pine Tree #1C270E

Color information

#1C270E (or 0x1C270E) is unknown color: approx Pine Tree. HEX triplet: 1C, 27 and 0E. RGB value is (28,39,14). Sum of RGB (Red+Green+Blue) = 28+39+14=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #1C270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C270E is #E3D8F1. Grayscale: #202020. Windows color (decimal): -14932210 or 927516. OLE color: 927516.

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

Color convert

RGB283914-
CMYK0.2800.640.85
HSL86.4º47.17%10.39%-
HSV(B)86.4º64.1%15.29%-
XYZ1.281.730.68-
YUV32.86117.36124.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=34.57%
G=48.15%
B=17.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2839140.2800.640.8586.447.1710.39
Hex1C27E1C04055562fa
Octal3447163401001251265712
Binary1110010011111101110001000000101010110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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