Html Css Color HEX #13170E Pine Tree

📋 copy color: '#13170E'

red 19 ◦ green 23 ◦ blue 14

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

Shades of Pine Tree #13170E

Tints of Pine Tree #13170E

RGB

 RED value IS 19 (7.81% from 255) = 33.93%

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 14 (5.86% from 255) = 25%

R = 33.93%
G = 41.07%
B = 25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#13170E (or 0x13170E) is known color: Pine Tree. HEX triplet: 13, 17 and 0E. RGB value is (19,23,14). Sum of RGB (Red+Green+Blue) = 19+23+14=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #13170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170E is #ECE8F1. Grayscale: #141414. Windows color (decimal): -15526130 or 923411. OLE color: 923411.

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

Color convert

RGB 19 23 14 -
CMYK 0.17 0 0.39 0.91
HSL 86.67º 0.24% 0.07% -
HSV(B) 86.67º 0.39% 0.09% -
XYZ 0.65 0.78 0.53 -
YUV 20.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 19 23 14 0.17 0 0.39 0.91 86.67 0.24 0.07
Hex 13 17 E 11 0 27 5B 57 18 7
Octal 23 27 16 21 0 47 133 127 30 7
Binary 10011 10111 1110 10001 0 100111 1011011 1010111 11000 111

Color Harmonies of #13170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13170E

Black with #13170E

Text Example


Text Example

White with #13170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13170E; }

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

 H1.HeaderClassName
 {
   color: #13170E;
 }
 .AnyTagClassName
 {
   color: #13170E;
 }
</style>

background-color css

<style>
 a { background-color: #13170E; }

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

 div.DivClassName
 {
   background-color: #13170E;
 }
 .BgClassName
 {
   background-color: #13170E;
 }
</style>

border-color css

<style>
 span { border-color: #13170E; }

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

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