#0E1B08

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

Shades of Pine Tree #0E1B08

Tints of Pine Tree #0E1B08

Color information

#0E1B08 (or 0x0E1B08) is unknown color: approx Pine Tree. HEX triplet: 0E, 1B and 08. RGB value is (14,27,8). Sum of RGB (Red+Green+Blue) = 14+27+8=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B08 is #F1E4F7. Grayscale: #151515. Windows color (decimal): -15852792 or 531214. OLE color: 531214.

HSL color Cylindrical-coordinate representation of color #0E1B08: hue angle of 101.05º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E1B08 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB14278-
CMYK0.4800.700.89
HSL101.05º54.29%6.86%-
HSV(B)101.05º70.37%10.59%-
XYZ0.620.890.37-
YUV20.95120.69123.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=28.57%
G=55.10%
B=16.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142780.4800.700.89101.0554.296.86
HexE1B8300465965367
Octal163310600106131145667
Binary11101101110001100000100011010110011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1B08; }

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

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

<style>
 a { background-color: #0E1B08; }

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

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

<style>
 span { border-color: #0E1B08; }

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

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