#1E2C0F

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

Shades of Pine Tree #1E2C0F

Tints of Pine Tree #1E2C0F

Color information

#1E2C0F (or 0x1E2C0F) is unknown color: approx Pine Tree. HEX triplet: 1E, 2C and 0F. RGB value is (30,44,15). Sum of RGB (Red+Green+Blue) = 30+44+15=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #1E2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2C0F is #E1D3F0. Grayscale: #242424. Windows color (decimal): -14799857 or 994334. OLE color: 994334.

HSL color Cylindrical-coordinate representation of color #1E2C0F: hue angle of 88.97º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2C0F is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB304415-
CMYK0.3200.660.83
HSL88.97º49.15%11.57%-
HSV(B)88.97º65.91%17.25%-
XYZ1.522.110.78-
YUV36.51115.86123.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=33.71%
G=49.44%
B=16.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3044150.3200.660.8388.9749.1511.57
Hex1E2CF20042535931c
Octal3654174001021231316114
Binary11110101100111110000001000010101001110110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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