#1E2803

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

Shades of Pine Tree #1E2803

Tints of Pine Tree #1E2803

Color information

#1E2803 (or 0x1E2803) is unknown color: approx Pine Tree. HEX triplet: 1E, 28 and 03. RGB value is (30,40,3). Sum of RGB (Red+Green+Blue) = 30+40+3=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2803 is #E1D7FC. Grayscale: #202020. Windows color (decimal): -14800893 or 206878. OLE color: 206878.

HSL color Cylindrical-coordinate representation of color #1E2803: hue angle of 76.22º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E2803 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB30403-
CMYK0.2500.930.84
HSL76.22º86.05%8.43%-
HSV(B)76.22º92.5%15.69%-
XYZ1.311.80.36-
YUV32.79111.19126.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=41.10%
G=54.79%
B=4.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal304030.2500.930.8476.2286.058.43
Hex1E2831905D544c568
Octal3650331013512411412610
Binary111101010001111001010111011010100100110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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