#1E3600

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

Shades of Pine Tree #1E3600

Tints of Pine Tree #1E3600

Color information

#1E3600 (or 0x1E3600) is unknown color: approx Pine Tree. HEX triplet: 1E, 36 and 00. RGB value is (30,54,0). Sum of RGB (Red+Green+Blue) = 30+54+0=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3600 is #E1C9FF. Grayscale: #282828. Windows color (decimal): -14797312 or 13854. OLE color: 13854.

HSL color Cylindrical-coordinate representation of color #1E3600: hue angle of 86.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E3600 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB30540-
CMYK0.44010.79
HSL86.67º100%10.59%-
HSV(B)86.67º100%21.18%-
XYZ1.852.910.46-
YUV40.67105.05120.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 54 (21.48% from 255) = 64.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.71%
G=64.29%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal305400.44010.7986.6710010.59
Hex1E3602C0644F5764b
Octal3666054014411712714413
Binary111101101100101100011001001001111101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,0); }

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

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

 a { background-color: rgb(30,54,0); }

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

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

 span { border-color: rgb(30,54,0); }

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