#0E1A07

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

Shades of Pine Tree #0E1A07

Tints of Pine Tree #0E1A07

Color information

#0E1A07 (or 0x0E1A07) is unknown color: approx Pine Tree. HEX triplet: 0E, 1A and 07. RGB value is (14,26,7). Sum of RGB (Red+Green+Blue) = 14+26+7=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A07 is #F1E5F8. Grayscale: #141414. Windows color (decimal): -15853049 or 465422. OLE color: 465422.

HSL color Cylindrical-coordinate representation of color #0E1A07: hue angle of 97.89º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1A07 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.90.

Color convert

RGB14267-
CMYK0.4600.730.90
HSL97.89º57.58%6.47%-
HSV(B)97.89º73.08%10.2%-
XYZ0.590.850.33-
YUV20.25120.52123.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 7 (3.12% from 255) = 14.89%
R=29.79%
G=55.32%
B=14.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142670.4600.730.9097.8957.586.47
HexE1A72E0495A623a6
Octal16327560111132142726
Binary1110110101111011100100100110110101100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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