#1E4200

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

Shades of Pine Tree #1E4200

Tints of Pine Tree #1E4200

Color information

#1E4200 (or 0x1E4200) is unknown color: approx Pine Tree. HEX triplet: 1E, 42 and 00. RGB value is (30,66,0). Sum of RGB (Red+Green+Blue) = 30+66+0=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4200 is #E1BDFF. Grayscale: #2F2F2F. Windows color (decimal): -14794240 or 16926. OLE color: 16926.

HSL color Cylindrical-coordinate representation of color #1E4200: hue angle of 92.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E4200 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB30660-
CMYK0.55010.74
HSL92.73º100%12.94%-
HSV(B)92.73º100%25.88%-
XYZ2.484.170.67-
YUV47.71101.07115.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.25%
GREEN value IS 66 (26.17% from 255) = 68.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.25%
G=68.75%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal306600.55010.7492.7310012.94
Hex1E420370644A5d64d
Octal36102067014411213514415
Binary1111010000100110111011001001001010101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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