#1E2810

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

Shades of Pine Tree #1E2810

Tints of Pine Tree #1E2810

Color information

#1E2810 (or 0x1E2810) is unknown color: approx Pine Tree. HEX triplet: 1E, 28 and 10. RGB value is (30,40,16). Sum of RGB (Red+Green+Blue) = 30+40+16=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2810 is #E1D7EF. Grayscale: #222222. Windows color (decimal): -14800880 or 1058846. OLE color: 1058846.

HSL color Cylindrical-coordinate representation of color #1E2810: hue angle of 85º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E2810 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB304016-
CMYK0.2500.600.84
HSL85º42.86%10.98%-
HSV(B)85º60%15.69%-
XYZ1.391.830.77-
YUV34.27117.69124.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=34.88%
G=46.51%
B=18.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3040160.2500.600.848542.8610.98
Hex1E28101903C54552bb
Octal365020310741241255313
Binary1111010100010000110010111100101010010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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