#1E3010

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

Shades of Pine Tree #1E3010

Tints of Pine Tree #1E3010

Color information

#1E3010 (or 0x1E3010) is unknown color: approx Pine Tree. HEX triplet: 1E, 30 and 10. RGB value is (30,48,16). Sum of RGB (Red+Green+Blue) = 30+48+16=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3010 is #E1CFEF. Grayscale: #272727. Windows color (decimal): -14798832 or 1060894. OLE color: 1060894.

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

Color convert

RGB304816-
CMYK0.3700.670.81
HSL93.75º50%12.55%-
HSV(B)93.75º66.67%18.82%-
XYZ1.692.430.87-
YUV38.97115.04121.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.91%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=31.91%
G=51.06%
B=17.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048160.3700.670.8193.755012.55
Hex1E301025043515e32d
Octal3660204501031211366215
Binary111101100001000010010101000011101000110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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