#0E1B07

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

Shades of Pine Tree #0E1B07

Tints of Pine Tree #0E1B07

Color information

#0E1B07 (or 0x0E1B07) is unknown color: approx Pine Tree. HEX triplet: 0E, 1B and 07. RGB value is (14,27,7). Sum of RGB (Red+Green+Blue) = 14+27+7=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B07 is #F1E4F8. Grayscale: #141414. Windows color (decimal): -15852793 or 465678. OLE color: 465678.

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

Color convert

RGB14277-
CMYK0.4800.740.89
HSL99º58.82%6.67%-
HSV(B)99º74.07%10.59%-
XYZ0.610.890.34-
YUV20.83120.19123.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=29.17%
G=56.25%
B=14.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142770.4800.740.899958.826.67
HexE1B73004A59633b7
Octal16337600112131143737
Binary1110110111111100000100101010110011100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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