Html Css Color HEX #13170D Pine Tree

📋 copy color: '#13170D'

red 19 ◦ green 23 ◦ blue 13

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

Shades of Pine Tree #13170D

Tints of Pine Tree #13170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.64%

R = 34.55%
G = 41.82%
B = 23.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#13170D (or 0x13170D) is known color: Pine Tree. HEX triplet: 13, 17 and 0D. RGB value is (19,23,13). Sum of RGB (Red+Green+Blue) = 19+23+13=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #13170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170D is #ECE8F2. Grayscale: #141414. Windows color (decimal): -15526131 or 857875. OLE color: 857875.

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

Color convert

RGB 19 23 13 -
CMYK 0.17 0 0.43 0.91
HSL 84º 0.28% 0.07% -
HSV(B) 84º 0.43% 0.09% -
XYZ 0.65 0.78 0.5 -
YUV 20.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 19 23 13 0.17 0 0.43 0.91 84 0.28 0.07
Hex 13 17 D 11 0 2B 5B 54 1C 7
Octal 23 27 15 21 0 53 133 124 34 7
Binary 10011 10111 1101 10001 0 101011 1011011 1010100 11100 111

Color Harmonies of #13170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13170D

Black with #13170D

Text Example


Text Example

White with #13170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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