#0E1E07

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

Shades of Pine Tree #0E1E07

Tints of Pine Tree #0E1E07

Color information

#0E1E07 (or 0x0E1E07) is unknown color: approx Pine Tree. HEX triplet: 0E, 1E and 07. RGB value is (14,30,7). Sum of RGB (Red+Green+Blue) = 14+30+7=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E07 is #F1E1F8. Grayscale: #161616. Windows color (decimal): -15852025 or 466446. OLE color: 466446.

HSL color Cylindrical-coordinate representation of color #0E1E07: hue angle of 101.74º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E1E07 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB14307-
CMYK0.5300.770.88
HSL101.74º62.16%7.25%-
HSV(B)101.74º76.67%11.76%-
XYZ0.681.040.37-
YUV22.59119.2121.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=27.45%
G=58.82%
B=13.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal143070.5300.770.88101.7462.167.25
HexE1E73504D58663e7
Octal16367650115130146767
Binary1110111101111101010100110110110001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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