#0E1807

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

Shades of Pine Tree #0E1807

Tints of Pine Tree #0E1807

Color information

#0E1807 (or 0x0E1807) is unknown color: approx Pine Tree. HEX triplet: 0E, 18 and 07. RGB value is (14,24,7). Sum of RGB (Red+Green+Blue) = 14+24+7=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1807 is #F1E7F8. Grayscale: #131313. Windows color (decimal): -15853561 or 464910. OLE color: 464910.

HSL color Cylindrical-coordinate representation of color #0E1807: hue angle of 95.29º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E1807 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB14247-
CMYK0.4200.710.91
HSL95.29º54.84%6.08%-
HSV(B)95.29º70.83%9.41%-
XYZ0.550.760.32-
YUV19.07121.19124.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=31.11%
G=53.33%
B=15.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142470.4200.710.9195.2954.846.08
HexE1872A0475B5f376
Octal16307520107133137676
Binary1110110001111010100100011110110111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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