#1E3A03

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

Shades of Pine Tree #1E3A03

Tints of Pine Tree #1E3A03

Color information

#1E3A03 (or 0x1E3A03) is unknown color: approx Pine Tree. HEX triplet: 1E, 3A and 03. RGB value is (30,58,3). Sum of RGB (Red+Green+Blue) = 30+58+3=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3A03 is #E1C5FC. Grayscale: #2B2B2B. Windows color (decimal): -14796285 or 211486. OLE color: 211486.

HSL color Cylindrical-coordinate representation of color #1E3A03: hue angle of 90.55º 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 #1E3A03 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB30583-
CMYK0.4800.950.77
HSL90.55º90.16%11.96%-
HSV(B)90.55º94.83%22.75%-
XYZ2.063.310.62-
YUV43.36105.22118.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=32.97%
G=63.74%
B=3.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal305830.4800.950.7790.5590.1611.96
Hex1E3A33005F4D5b5ac
Octal3672360013711513313214
Binary1111011101011110000010111111001101101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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