#1E3403

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

Shades of Pine Tree #1E3403

Tints of Pine Tree #1E3403

Color information

#1E3403 (or 0x1E3403) is unknown color: approx Pine Tree. HEX triplet: 1E, 34 and 03. RGB value is (30,52,3). Sum of RGB (Red+Green+Blue) = 30+52+3=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3403 is #E1CBFC. Grayscale: #282828. Windows color (decimal): -14797821 or 209950. OLE color: 209950.

HSL color Cylindrical-coordinate representation of color #1E3403: hue angle of 86.94º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E3403 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB30523-
CMYK0.4200.940.80
HSL86.94º89.09%10.78%-
HSV(B)86.94º94.23%20.39%-
XYZ1.782.740.52-
YUV39.84107.21120.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 52 (20.70% from 255) = 61.18%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=35.29%
G=61.18%
B=3.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal305230.4200.940.8086.9489.0910.78
Hex1E3432A05E505759b
Octal3664352013612012713113
Binary1111011010011101010010111101010000101011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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