Html Css Color HEX #0E170A Pine Tree

📋 copy color: '#0E170A'

red 14 ◦ green 23 ◦ blue 10

#0E170A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0E170A

Tints of Pine Tree #0E170A

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.3% from 255) = 21.28%

R = 29.79%
G = 48.94%
B = 21.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#0E170A (or 0x0E170A) is known color: 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

RGB 14 23 10 -
CMYK 0.39 0 0.57 0.91
HSL 101.54º 0.39% 0.06% -
HSV(B) 101.54º 0.57% 0.09% -
XYZ 0.54 0.73 0.4 -
YUV 18.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 14 23 10 0.39 0 0.57 0.91 101.54 0.39 0.06
Hex E 17 A 27 0 39 5B 66 27 6
Octal 16 27 12 47 0 71 133 146 47 6
Binary 1110 10111 1010 100111 0 111001 1011011 1100110 100111 110

Color Harmonies of #0E170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E170A

Black with #0E170A

Text Example


Text Example

White with #0E170A

Text Example


Text Example

HTML Codes & Css Web 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>