#0E1B00

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

Shades of Pine Tree #0E1B00

Tints of Pine Tree #0E1B00

Color information

#0E1B00 (or 0x0E1B00) is unknown color: approx Pine Tree. HEX triplet: 0E, 1B and 00. RGB value is (14,27,0). Sum of RGB (Red+Green+Blue) = 14+27+0=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 27 (10.94% from 255 or 65.85% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B00 is #F1E4FF. Grayscale: #141414. Windows color (decimal): -15852800 or 6926. OLE color: 6926.

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

Color convert

RGB14270-
CMYK0.48010.89
HSL88.89º100%5.29%-
HSV(B)88.89º100%10.59%-
XYZ0.570.880.14-
YUV20.03116.69123.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 27 (10.94% from 255) = 65.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.15%
G=65.85%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142700.48010.8988.891005.29
HexE1B0300645959645
Octal163306001441311311445
Binary111011011011000001100100101100110110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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