#1E3502

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

Shades of Pine Tree #1E3502

Tints of Pine Tree #1E3502

Color information

#1E3502 (or 0x1E3502) is unknown color: approx Pine Tree. HEX triplet: 1E, 35 and 02. RGB value is (30,53,2). Sum of RGB (Red+Green+Blue) = 30+53+2=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3502 is #E1CAFD. Grayscale: #282828. Windows color (decimal): -14797566 or 144670. OLE color: 144670.

HSL color Cylindrical-coordinate representation of color #1E3502: hue angle of 87.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3502 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB30532-
CMYK0.4300.960.79
HSL87.06º92.73%10.78%-
HSV(B)87.06º96.23%20.78%-
XYZ1.822.830.51-
YUV40.31106.38120.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 53 (21.09% from 255) = 62.35%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=35.29%
G=62.35%
B=2.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal305320.4300.960.7987.0692.7310.78
Hex1E3522B0604F575db
Octal3665253014011712713513
Binary1111011010110101011011000001001111101011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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