Html Css Color HEX #172001 Pine Tree

📋 copy color: '#172001'

red 23 ◦ green 32 ◦ blue 1

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

Shades of Pine Tree #172001

Tints of Pine Tree #172001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.79%

R = 41.07%
G = 57.14%
B = 1.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#172001 (or 0x172001) is known color: Pine Tree. HEX triplet: 17, 20 and 01. RGB value is (23,32,1). Sum of RGB (Red+Green+Blue) = 23+32+1=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #172001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172001 is #E8DFFE. Grayscale: #191919. Windows color (decimal): -15261695 or 73751. OLE color: 73751.

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

Color convert

RGB 23 32 1 -
CMYK 0.28 0 0.97 0.87
HSL 77.42º 0.94% 0.06% -
HSV(B) 77.42º 0.97% 0.13% -
XYZ 0.88 1.22 0.22 -
YUV 25.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 23 32 1 0.28 0 0.97 0.87 77.42 0.94 0.06
Hex 17 20 1 1C 0 61 57 4D 5E 6
Octal 27 40 1 34 0 141 127 115 136 6
Binary 10111 100000 1 11100 0 1100001 1010111 1001101 1011110 110

Color Harmonies of #172001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172001

Black with #172001

Text Example


Text Example

White with #172001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172001; }

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

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

background-color css

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

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

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

border-color css

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

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

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