#1E3005

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

Shades of Pine Tree #1E3005

Tints of Pine Tree #1E3005

Color information

#1E3005 (or 0x1E3005) is unknown color: approx Pine Tree. HEX triplet: 1E, 30 and 05. RGB value is (30,48,5). Sum of RGB (Red+Green+Blue) = 30+48+5=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3005 is #E1CFFA. Grayscale: #252525. Windows color (decimal): -14798843 or 339998. OLE color: 339998.

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

Color convert

RGB30485-
CMYK0.3700.900.81
HSL85.12º81.13%10.39%-
HSV(B)85.12º89.58%18.82%-
XYZ1.622.40.52-
YUV37.72109.54122.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=36.14%
G=57.83%
B=6.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal304850.3700.900.8185.1281.1310.39
Hex1E3052505A515551a
Octal3660545013212112512112
Binary11110110000101100101010110101010001101010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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