#0E1C05

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

Shades of Pine Tree #0E1C05

Tints of Pine Tree #0E1C05

Color information

#0E1C05 (or 0x0E1C05) is unknown color: approx Pine Tree. HEX triplet: 0E, 1C and 05. RGB value is (14,28,5). Sum of RGB (Red+Green+Blue) = 14+28+5=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C05 is #F1E3FA. Grayscale: #151515. Windows color (decimal): -15852539 or 334862. OLE color: 334862.

HSL color Cylindrical-coordinate representation of color #0E1C05: hue angle of 96.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E1C05 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB14285-
CMYK0.5000.820.89
HSL96.52º69.7%6.47%-
HSV(B)96.52º82.14%10.98%-
XYZ0.620.930.29-
YUV21.19118.86122.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=29.79%
G=59.57%
B=10.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142850.5000.820.8996.5269.76.47
HexE1C5320525961466
Octal163456201221311411066
Binary11101110010111001001010010101100111000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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