#0E170A

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

Shades of Pine Tree #0E170A

Tints of Pine Tree #0E170A

Color information

#0E170A (or 0x0E170A) is unknown color: approx Pine Tree. HEX triplet: 0E, 17 and 0A. RGB value is (14,23,10). Sum of RGB (Red+Green+Blue) = 14+23+10=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0E170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E170A is #F1E8F5. Grayscale: #121212. Windows color (decimal): -15853814 or 661262. OLE color: 661262.

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

Color convert

RGB142310-
CMYK0.3900.570.91
HSL101.54º39.39%6.47%-
HSV(B)101.54º56.52%9.02%-
XYZ0.540.730.4-
YUV18.83123.02124.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=29.79%
G=48.94%
B=21.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1423100.3900.570.91101.5439.396.47
HexE17A270395B66276
Octal16271247071133146476
Binary1110101111010100111011100110110111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,10); }

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

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

 a { background-color: rgb(14,23,10); }

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

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

 span { border-color: rgb(14,23,10); }

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