#1E3002

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

Shades of Pine Tree #1E3002

Tints of Pine Tree #1E3002

Color information

#1E3002 (or 0x1E3002) is unknown color: approx Pine Tree. HEX triplet: 1E, 30 and 02. RGB value is (30,48,2). Sum of RGB (Red+Green+Blue) = 30+48+2=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3002 is #E1CFFD. Grayscale: #252525. Windows color (decimal): -14798846 or 143390. OLE color: 143390.

HSL color Cylindrical-coordinate representation of color #1E3002: hue angle of 83.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3002 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB30482-
CMYK0.3700.960.81
HSL83.48º92%9.8%-
HSV(B)83.48º95.83%18.82%-
XYZ1.62.390.44-
YUV37.37108.04122.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=37.5%
G=60%
B=2.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal304820.3700.960.8183.48929.8
Hex1E3022506051535ca
Octal3660245014012112313412
Binary1111011000010100101011000001010001101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,2); }

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

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

 a { background-color: rgb(30,48,2); }

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

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

 span { border-color: rgb(30,48,2); }

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