Html Css Color HEX #10170D Pine Tree

📋 copy color: '#10170D'

red 16 ◦ green 23 ◦ blue 13

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

Shades of Pine Tree #10170D

Tints of Pine Tree #10170D

RGB

 RED value IS 16 (6.64% from 255) = 30.77%

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

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

R = 30.77%
G = 44.23%
B = 25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#10170D (or 0x10170D) is known color: Pine Tree. HEX triplet: 10, 17 and 0D. RGB value is (16,23,13). Sum of RGB (Red+Green+Blue) = 16+23+13=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #10170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10170D is #EFE8F2. Grayscale: #131313. Windows color (decimal): -15722739 or 857872. OLE color: 857872.

HSL color Cylindrical-coordinate representation of color #10170D: hue angle of 102º 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 #10170D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 23 13 -
CMYK 0.30 0 0.43 0.91
HSL 102º 0.28% 0.07% -
HSV(B) 102º 0.43% 0.09% -
XYZ 0.59 0.75 0.49 -
YUV 19.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 16 23 13 0.30 0 0.43 0.91 102 0.28 0.07
Hex 10 17 D 1E 0 2B 5B 66 1C 7
Octal 20 27 15 36 0 53 133 146 34 7
Binary 10000 10111 1101 11110 0 101011 1011011 1100110 11100 111

Color Harmonies of #10170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10170D

Black with #10170D

Text Example


Text Example

White with #10170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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