#1C320D

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

Shades of Pine Tree #1C320D

Tints of Pine Tree #1C320D

Color information

#1C320D (or 0x1C320D) is unknown color: approx Pine Tree. HEX triplet: 1C, 32 and 0D. RGB value is (28,50,13). Sum of RGB (Red+Green+Blue) = 28+50+13=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #1C320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C320D is #E3CDF2. Grayscale: #272727. Windows color (decimal): -14929395 or 864796. OLE color: 864796.

HSL color Cylindrical-coordinate representation of color #1C320D: hue angle of 95.68º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C320D is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB285013-
CMYK0.4400.740.80
HSL95.68º58.73%12.35%-
HSV(B)95.68º74%19.61%-
XYZ1.692.560.79-
YUV39.2113.21120.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=30.77%
G=54.95%
B=14.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850130.4400.740.8095.6858.7312.35
Hex1C32D2C04A50603bc
Octal3462155401121201407314
Binary11100110010110110110001001010101000011000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,13); }

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

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

 a { background-color: rgb(28,50,13); }

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

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

 span { border-color: rgb(28,50,13); }

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