Html Css Color HEX #172101 Pine Tree

📋 copy color: '#172101'

red 23 ◦ green 33 ◦ blue 1

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

Shades of Pine Tree #172101

Tints of Pine Tree #172101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 57.89%

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

R = 40.35%
G = 57.89%
B = 1.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#172101 (or 0x172101) is known color: Pine Tree. HEX triplet: 17, 21 and 01. RGB value is (23,33,1). Sum of RGB (Red+Green+Blue) = 23+33+1=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #172101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172101 is #E8DEFE. Grayscale: #1A1A1A. Windows color (decimal): -15261439 or 74007. OLE color: 74007.

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

Color convert

RGB 23 33 1 -
CMYK 0.30 0 0.97 0.87
HSL 78.75º 0.94% 0.07% -
HSV(B) 78.75º 0.97% 0.13% -
XYZ 0.9 1.27 0.23 -
YUV 26.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 23 33 1 0.30 0 0.97 0.87 78.75 0.94 0.07
Hex 17 21 1 1E 0 61 57 4F 5E 7
Octal 27 41 1 36 0 141 127 117 136 7
Binary 10111 100001 1 11110 0 1100001 1010111 1001111 1011110 111

Color Harmonies of #172101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172101

Black with #172101

Text Example


Text Example

White with #172101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172101; }

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

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

background-color css

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

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

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

border-color css

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

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

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