Html Css Color HEX #172000 Pine Tree

📋 copy color: '#172000'

red 23 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #172000

Tints of Pine Tree #172000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 58.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.82%
G = 58.18%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#172000 (or 0x172000) is known color: Pine Tree. HEX triplet: 17, 20 and 00. RGB value is (23,32,0). Sum of RGB (Red+Green+Blue) = 23+32+0=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #172000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172000 is #E8DFFF. Grayscale: #191919. Windows color (decimal): -15261696 or 8215. OLE color: 8215.

HSL color Cylindrical-coordinate representation of color #172000: hue angle of 76.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #172000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 32 0 -
CMYK 0.28 0 1 0.87
HSL 76.88º 1% 0.06% -
HSV(B) 76.88º 1% 0.13% -
XYZ 0.87 1.22 0.19 -
YUV 25.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 23 32 0 0.28 0 1 0.87 76.88 1 0.06
Hex 17 20 0 1C 0 64 57 4D 64 6
Octal 27 40 0 34 0 144 127 115 144 6
Binary 10111 100000 0 11100 0 1100100 1010111 1001101 1100100 110

Color Harmonies of #172000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172000

Black with #172000

Text Example


Text Example

White with #172000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172000; }

 p { color: rgb(23,32,0); }

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

background-color css

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

 a { background-color: rgb(23,32,0); }

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

border-color css

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

 span { border-color: rgb(23,32,0); }

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