#1E3809

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

Shades of Pine Tree #1E3809

Tints of Pine Tree #1E3809

Color information

#1E3809 (or 0x1E3809) is unknown color: approx Pine Tree. HEX triplet: 1E, 38 and 09. RGB value is (30,56,9). Sum of RGB (Red+Green+Blue) = 30+56+9=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3809 is #E1C7F6. Grayscale: #2B2B2B. Windows color (decimal): -14796791 or 604190. OLE color: 604190.

HSL color Cylindrical-coordinate representation of color #1E3809: hue angle of 93.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3809 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB30569-
CMYK0.4600.840.78
HSL93.19º72.31%12.75%-
HSV(B)93.19º83.93%21.96%-
XYZ23.120.76-
YUV42.87108.89118.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=31.58%
G=58.95%
B=9.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal305690.4600.840.7893.1972.3112.75
Hex1E3892E0544E5d48d
Octal36701156012411613511015
Binary111101110001001101110010101001001110101110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,9); }

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

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

 a { background-color: rgb(30,56,9); }

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

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

 span { border-color: rgb(30,56,9); }

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