#1C3906

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

Shades of Pine Tree #1C3906

Tints of Pine Tree #1C3906

Color information

#1C3906 (or 0x1C3906) is unknown color: approx Pine Tree. HEX triplet: 1C, 39 and 06. RGB value is (28,57,6). Sum of RGB (Red+Green+Blue) = 28+57+6=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3906 is #E3C6F9. Grayscale: #2A2A2A. Windows color (decimal): -14927610 or 407836. OLE color: 407836.

HSL color Cylindrical-coordinate representation of color #1C3906: hue angle of 94.12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3906 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB28576-
CMYK0.5100.890.78
HSL94.12º80.95%12.35%-
HSV(B)94.12º89.47%22.35%-
XYZ1.973.190.68-
YUV42.51107.39117.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=30.77%
G=62.64%
B=6.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal285760.5100.890.7894.1280.9512.35
Hex1C396330594E5e51c
Octal3471663013111613612114
Binary11100111001110110011010110011001110101111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,6); }

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

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

 a { background-color: rgb(28,57,6); }

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

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

 span { border-color: rgb(28,57,6); }

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