#1E270F

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

Shades of Pine Tree #1E270F

Tints of Pine Tree #1E270F

Color information

#1E270F (or 0x1E270F) is unknown color: approx Pine Tree. HEX triplet: 1E, 27 and 0F. RGB value is (30,39,15). Sum of RGB (Red+Green+Blue) = 30+39+15=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #1E270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E270F is #E1D8F0. Grayscale: #212121. Windows color (decimal): -14801137 or 993054. OLE color: 993054.

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

Color convert

RGB303915-
CMYK0.2300.620.85
HSL82.5º44.44%10.59%-
HSV(B)82.5º61.54%15.29%-
XYZ1.351.760.72-
YUV33.57117.52125.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 39 (15.62% from 255) = 46.43%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=35.71%
G=46.43%
B=17.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3039150.2300.620.8582.544.4410.59
Hex1E27F1703E55522cb
Octal364717270761251225413
Binary111101001111111101110111110101010110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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