#0E1E05

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

Shades of Pine Tree #0E1E05

Tints of Pine Tree #0E1E05

Color information

#0E1E05 (or 0x0E1E05) is unknown color: approx Pine Tree. HEX triplet: 0E, 1E and 05. RGB value is (14,30,5). Sum of RGB (Red+Green+Blue) = 14+30+5=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E05 is #F1E1FA. Grayscale: #161616. Windows color (decimal): -15852027 or 335374. OLE color: 335374.

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

Color convert

RGB14305-
CMYK0.5300.830.88
HSL98.4º71.43%6.86%-
HSV(B)98.4º83.33%11.76%-
XYZ0.671.030.31-
YUV22.37118.2122.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=28.57%
G=61.22%
B=10.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal143050.5300.830.8898.471.436.86
HexE1E5350535862477
Octal163656501231301421077
Binary11101111010111010101010011101100011000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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