#1E2711

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

Shades of Pine Tree #1E2711

Tints of Pine Tree #1E2711

Color information

#1E2711 (or 0x1E2711) is unknown color: approx Pine Tree. HEX triplet: 1E, 27 and 11. RGB value is (30,39,17). Sum of RGB (Red+Green+Blue) = 30+39+17=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2711 is #E1D8EE. Grayscale: #212121. Windows color (decimal): -14801135 or 1124126. OLE color: 1124126.

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

Color convert

RGB303917-
CMYK0.2300.560.85
HSL84.55º39.29%10.98%-
HSV(B)84.55º56.41%15.29%-
XYZ1.361.770.8-
YUV33.8118.52125.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=34.88%
G=45.35%
B=19.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3039170.2300.560.8584.5539.2910.98
Hex1E271117038555527b
Octal364721270701251254713
Binary1111010011110001101110111000101010110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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