#1E3B03

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

Shades of Pine Tree #1E3B03

Tints of Pine Tree #1E3B03

Color information

#1E3B03 (or 0x1E3B03) is unknown color: approx Pine Tree. HEX triplet: 1E, 3B and 03. RGB value is (30,59,3). Sum of RGB (Red+Green+Blue) = 30+59+3=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3B03 is #E1C4FC. Grayscale: #2C2C2C. Windows color (decimal): -14796029 or 211742. OLE color: 211742.

HSL color Cylindrical-coordinate representation of color #1E3B03: hue angle of 91.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E3B03 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB30593-
CMYK0.4900.950.77
HSL91.07º90.32%12.16%-
HSV(B)91.07º94.92%23.14%-
XYZ2.123.410.63-
YUV43.94104.89118.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 59 (23.44% from 255) = 64.13%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=32.61%
G=64.13%
B=3.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal305930.4900.950.7791.0790.3212.16
Hex1E3B33105F4D5b5ac
Octal3673361013711513313214
Binary1111011101111110001010111111001101101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,3); }

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

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

 a { background-color: rgb(30,59,3); }

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

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

 span { border-color: rgb(30,59,3); }

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