#1E3202

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

Shades of Pine Tree #1E3202

Tints of Pine Tree #1E3202

Color information

#1E3202 (or 0x1E3202) is unknown color: approx Pine Tree. HEX triplet: 1E, 32 and 02. RGB value is (30,50,2). Sum of RGB (Red+Green+Blue) = 30+50+2=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3202 is #E1CDFD. Grayscale: #262626. Windows color (decimal): -14798334 or 143902. OLE color: 143902.

HSL color Cylindrical-coordinate representation of color #1E3202: hue angle of 85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3202 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB30502-
CMYK0.4000.960.80
HSL85º92.31%10.2%-
HSV(B)85º96%19.61%-
XYZ1.692.560.46-
YUV38.55107.37121.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 50 (19.92% from 255) = 60.98%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=36.59%
G=60.98%
B=2.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal305020.4000.960.808592.3110.2
Hex1E3222806050555ca
Octal3662250014012012513412
Binary1111011001010101000011000001010000101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,2); }

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

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

 a { background-color: rgb(30,50,2); }

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

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

 span { border-color: rgb(30,50,2); }

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