Html Css Color HEX #173101 Pine Tree

📋 copy color: '#173101'

red 23 ◦ green 49 ◦ blue 1

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

Shades of Pine Tree #173101

Tints of Pine Tree #173101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 67.12%

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

R = 31.51%
G = 67.12%
B = 1.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#173101 (or 0x173101) is known color: Pine Tree. HEX triplet: 17, 31 and 01. RGB value is (23,49,1). Sum of RGB (Red+Green+Blue) = 23+49+1=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #173101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173101 is #E8CEFE. Grayscale: #232323. Windows color (decimal): -15257343 or 78103. OLE color: 78103.

HSL color Cylindrical-coordinate representation of color #173101: hue angle of 92.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #173101 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 49 1 -
CMYK 0.53 0 0.98 0.81
HSL 92.5º 0.96% 0.1% -
HSV(B) 92.5º 0.98% 0.19% -
XYZ 1.46 2.38 0.41 -
YUV 35.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 23 49 1 0.53 0 0.98 0.81 92.5 0.96 0.1
Hex 17 31 1 35 0 62 51 5C 60 A
Octal 27 61 1 65 0 142 121 134 140 12
Binary 10111 110001 1 110101 0 1100010 1010001 1011100 1100000 1010

Color Harmonies of #173101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173101

Black with #173101

Text Example


Text Example

White with #173101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173101; }

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

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

background-color css

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

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

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

border-color css

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

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

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