Html Css Color HEX #171C14 Pine Tree

📋 copy color: '#171C14'

red 23 ◦ green 28 ◦ blue 20

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

Shades of Pine Tree #171C14

Tints of Pine Tree #171C14

RGB

 RED value IS 23 (9.38% from 255) = 32.39%

 GREEN value IS 28 (11.33% from 255) = 39.44%

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 32.39%
G = 39.44%
B = 28.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#171C14 (or 0x171C14) is known color: Pine Tree. HEX triplet: 17, 1C and 14. RGB value is (23,28,20). Sum of RGB (Red+Green+Blue) = 23+28+20=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #171C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C14 is #E8E3EB. Grayscale: #191919. Windows color (decimal): -15262700 or 1317911. OLE color: 1317911.

HSL color Cylindrical-coordinate representation of color #171C14: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #171C14 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 23 28 20 -
CMYK 0.18 0 0.29 0.89
HSL 97.5º 0.17% 0.09% -
HSV(B) 97.5º 0.29% 0.11% -
XYZ 0.89 1.06 0.82 -
YUV 25.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 23 28 20 0.18 0 0.29 0.89 97.5 0.17 0.09
Hex 17 1C 14 12 0 1D 59 62 11 9
Octal 27 34 24 22 0 35 131 142 21 11
Binary 10111 11100 10100 10010 0 11101 1011001 1100010 10001 1001

Color Harmonies of #171C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171C14

Black with #171C14

Text Example


Text Example

White with #171C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171C14; }

 p { color: rgb(23,28,20); }

 H1.HeaderClassName
 {
   color: #171C14;
 }
 .AnyTagClassName
 {
   color: #171C14;
 }
</style>

background-color css

<style>
 a { background-color: #171C14; }

 a { background-color: rgb(23,28,20); }

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

border-color css

<style>
 span { border-color: #171C14; }

 span { border-color: rgb(23,28,20); }

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