#1E3901

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

Shades of Pine Tree #1E3901

Tints of Pine Tree #1E3901

Color information

#1E3901 (or 0x1E3901) is unknown color: approx Pine Tree. HEX triplet: 1E, 39 and 01. RGB value is (30,57,1). Sum of RGB (Red+Green+Blue) = 30+57+1=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3901 is #E1C6FE. Grayscale: #2A2A2A. Windows color (decimal): -14796543 or 80158. OLE color: 80158.

HSL color Cylindrical-coordinate representation of color #1E3901: hue angle of 88.93º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E3901 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB30571-
CMYK0.4700.980.78
HSL88.93º96.55%11.37%-
HSV(B)88.93º98.25%22.35%-
XYZ23.20.54-
YUV42.54104.55119.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 57 (22.66% from 255) = 64.77%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=34.09%
G=64.77%
B=1.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305710.4700.980.7888.9396.5511.37
Hex1E3912F0624E5961b
Octal3671157014211613114113
Binary111101110011101111011000101001110101100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,1); }

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

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

 a { background-color: rgb(30,57,1); }

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

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

 span { border-color: rgb(30,57,1); }

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