Html Css Color HEX #10170C Pine Tree

📋 copy color: '#10170C'

red 16 ◦ green 23 ◦ blue 12

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

Shades of Pine Tree #10170C

Tints of Pine Tree #10170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 31.37%
G = 45.1%
B = 23.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#10170C (or 0x10170C) is known color: Pine Tree. HEX triplet: 10, 17 and 0C. RGB value is (16,23,12). Sum of RGB (Red+Green+Blue) = 16+23+12=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #10170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10170C is #EFE8F3. Grayscale: #131313. Windows color (decimal): -15722740 or 792336. OLE color: 792336.

HSL color Cylindrical-coordinate representation of color #10170C: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10170C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 23 12 -
CMYK 0.30 0 0.48 0.91
HSL 98.18º 0.31% 0.07% -
HSV(B) 98.18º 0.48% 0.09% -
XYZ 0.59 0.75 0.46 -
YUV 19.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 16 23 12 0.30 0 0.48 0.91 98.18 0.31 0.07
Hex 10 17 C 1E 0 30 5B 62 1F 7
Octal 20 27 14 36 0 60 133 142 37 7
Binary 10000 10111 1100 11110 0 110000 1011011 1100010 11111 111

Color Harmonies of #10170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10170C

Black with #10170C

Text Example


Text Example

White with #10170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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