#1E3B09

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

Shades of Pine Tree #1E3B09

Tints of Pine Tree #1E3B09

Color information

#1E3B09 (or 0x1E3B09) is unknown color: approx Pine Tree. HEX triplet: 1E, 3B and 09. RGB value is (30,59,9). Sum of RGB (Red+Green+Blue) = 30+59+9=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3B09 is #E1C4F6. Grayscale: #2C2C2C. Windows color (decimal): -14796023 or 604958. OLE color: 604958.

HSL color Cylindrical-coordinate representation of color #1E3B09: hue angle of 94.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3B09 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB30599-
CMYK0.4900.850.77
HSL94.8º73.53%13.33%-
HSV(B)94.8º84.75%23.14%-
XYZ2.153.420.81-
YUV44.63107.89117.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.61%
GREEN value IS 59 (23.44% from 255) = 60.20%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=30.61%
G=60.20%
B=9.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal305990.4900.850.7794.873.5313.33
Hex1E3B9310554D5f4ad
Octal36731161012511513711215
Binary111101110111001110001010101011001101101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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