#1B2E0E

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

Shades of Pine Tree #1B2E0E

Tints of Pine Tree #1B2E0E

Color information

#1B2E0E (or 0x1B2E0E) is unknown color: approx Pine Tree. HEX triplet: 1B, 2E and 0E. RGB value is (27,46,14). Sum of RGB (Red+Green+Blue) = 27+46+14=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2E0E is #E4D1F1. Grayscale: #242424. Windows color (decimal): -14995954 or 929307. OLE color: 929307.

HSL color Cylindrical-coordinate representation of color #1B2E0E: hue angle of 95.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B2E0E is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB274614-
CMYK0.4100.700.82
HSL95.62º53.33%11.76%-
HSV(B)95.62º69.57%18.04%-
XYZ1.512.220.76-
YUV36.67115.21121.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=31.03%
G=52.87%
B=16.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2746140.4100.700.8295.6253.3311.76
Hex1B2EE29046526035c
Octal3356165101061221406514
Binary11011101110111010100101000110101001011000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,14); }

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

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

 a { background-color: rgb(27,46,14); }

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

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

 span { border-color: rgb(27,46,14); }

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