Html Css Color HEX #13170F Pine Tree

📋 copy color: '#13170F'

red 19 ◦ green 23 ◦ blue 15

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

Shades of Pine Tree #13170F

Tints of Pine Tree #13170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.32%

R = 33.33%
G = 40.35%
B = 26.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#13170F (or 0x13170F) is known color: Pine Tree. HEX triplet: 13, 17 and 0F. RGB value is (19,23,15). Sum of RGB (Red+Green+Blue) = 19+23+15=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #13170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170F is #ECE8F0. Grayscale: #141414. Windows color (decimal): -15526129 or 988947. OLE color: 988947.

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

Color convert

RGB 19 23 15 -
CMYK 0.17 0 0.35 0.91
HSL 90º 0.21% 0.07% -
HSV(B) 90º 0.35% 0.09% -
XYZ 0.66 0.79 0.57 -
YUV 20.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 19 23 15 0.17 0 0.35 0.91 90 0.21 0.07
Hex 13 17 F 11 0 23 5B 5A 15 7
Octal 23 27 17 21 0 43 133 132 25 7
Binary 10011 10111 1111 10001 0 100011 1011011 1011010 10101 111

Color Harmonies of #13170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13170F

Black with #13170F

Text Example


Text Example

White with #13170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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