#1E2B0F

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

Shades of Pine Tree #1E2B0F

Tints of Pine Tree #1E2B0F

Color information

#1E2B0F (or 0x1E2B0F) is unknown color: approx Pine Tree. HEX triplet: 1E, 2B and 0F. RGB value is (30,43,15). Sum of RGB (Red+Green+Blue) = 30+43+15=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 43 (17.19% from 255 or 48.86% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2B0F is #E1D4F0. Grayscale: #242424. Windows color (decimal): -14800113 or 994078. OLE color: 994078.

HSL color Cylindrical-coordinate representation of color #1E2B0F: hue angle of 87.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E2B0F is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB304315-
CMYK0.3000.650.83
HSL87.86º48.28%11.37%-
HSV(B)87.86º65.12%16.86%-
XYZ1.492.040.77-
YUV35.92116.19123.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 43 (17.19% from 255) = 48.86%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=34.09%
G=48.86%
B=17.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3043150.3000.650.8387.8648.2811.37
Hex1E2BF1E041535830b
Octal3653173601011231306013
Binary1111010101111111111001000001101001110110001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,15); }

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

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

 a { background-color: rgb(30,43,15); }

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

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

 span { border-color: rgb(30,43,15); }

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