Html Css Color HEX #173201 Pine Tree

📋 copy color: '#173201'

red 23 ◦ green 50 ◦ blue 1

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

Shades of Pine Tree #173201

Tints of Pine Tree #173201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 31.08%
G = 67.57%
B = 1.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#173201 (or 0x173201) is known color: Pine Tree. HEX triplet: 17, 32 and 01. RGB value is (23,50,1). Sum of RGB (Red+Green+Blue) = 23+50+1=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #173201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173201 is #E8CDFE. Grayscale: #242424. Windows color (decimal): -15257087 or 78359. OLE color: 78359.

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

Color convert

RGB 23 50 1 -
CMYK 0.54 0 0.98 0.80
HSL 93.06º 0.96% 0.1% -
HSV(B) 93.06º 0.98% 0.2% -
XYZ 1.5 2.47 0.43 -
YUV 36.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 23 50 1 0.54 0 0.98 0.80 93.06 0.96 0.1
Hex 17 32 1 36 0 62 50 5D 60 A
Octal 27 62 1 66 0 142 120 135 140 12
Binary 10111 110010 1 110110 0 1100010 1010000 1011101 1100000 1010

Color Harmonies of #173201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173201

Black with #173201

Text Example


Text Example

White with #173201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173201; }

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

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

background-color css

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

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

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

border-color css

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

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

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