#1E3308

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

Shades of Pine Tree #1E3308

Tints of Pine Tree #1E3308

Color information

#1E3308 (or 0x1E3308) is unknown color: approx Pine Tree. HEX triplet: 1E, 33 and 08. RGB value is (30,51,8). Sum of RGB (Red+Green+Blue) = 30+51+8=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3308 is #E1CCF7. Grayscale: #272727. Windows color (decimal): -14798072 or 537374. OLE color: 537374.

HSL color Cylindrical-coordinate representation of color #1E3308: hue angle of 89.3º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3308 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB30518-
CMYK0.4100.840.8
HSL89.3º72.88%11.57%-
HSV(B)89.3º84.31%20%-
XYZ1.762.660.65-
YUV39.82110.04121-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 51 (20.31% from 255) = 57.30%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=33.71%
G=57.30%
B=8.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal305180.4100.840.889.372.8811.57
Hex1E33829054505949c
Octal36631051012412013111114
Binary111101100111000101001010101001010000101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,8); }

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

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

 a { background-color: rgb(30,51,8); }

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

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

 span { border-color: rgb(30,51,8); }

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