#1E310A

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

Shades of Pine Tree #1E310A

Tints of Pine Tree #1E310A

Color information

#1E310A (or 0x1E310A) is unknown color: approx Pine Tree. HEX triplet: 1E, 31 and 0A. RGB value is (30,49,10). Sum of RGB (Red+Green+Blue) = 30+49+10=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1E310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E310A is #E1CEF5. Grayscale: #272727. Windows color (decimal): -14798582 or 667934. OLE color: 667934.

HSL color Cylindrical-coordinate representation of color #1E310A: hue angle of 89.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E310A is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB304910-
CMYK0.3900.800.81
HSL89.23º66.1%11.57%-
HSV(B)89.23º79.59%19.22%-
XYZ1.692.490.68-
YUV38.87111.71121.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=33.71%
G=55.06%
B=11.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049100.3900.800.8189.2366.111.57
Hex1E31A27050515942c
Octal36611247012012113110214
Binary111101100011010100111010100001010001101100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,10); }

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

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

 a { background-color: rgb(30,49,10); }

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

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

 span { border-color: rgb(30,49,10); }

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