#1E2511

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

Shades of Pine Tree #1E2511

Tints of Pine Tree #1E2511

Color information

#1E2511 (or 0x1E2511) is unknown color: approx Pine Tree. HEX triplet: 1E, 25 and 11. RGB value is (30,37,17). Sum of RGB (Red+Green+Blue) = 30+37+17=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2511 is #E1DAEE. Grayscale: #202020. Windows color (decimal): -14801647 or 1123614. OLE color: 1123614.

HSL color Cylindrical-coordinate representation of color #1E2511: hue angle of 81º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2511 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB303717-
CMYK0.1900.540.85
HSL81º37.04%10.59%-
HSV(B)81º54.05%14.51%-
XYZ1.31.640.78-
YUV32.63119.18126.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=35.71%
G=44.05%
B=20.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037170.1900.540.858137.0410.59
Hex1E251113036555125b
Octal364521230661251214513
Binary1111010010110001100110110110101010110100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,17); }

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

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

 a { background-color: rgb(30,37,17); }

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

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

 span { border-color: rgb(30,37,17); }

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