Html Css Color HEX #172202 Pine Tree

📋 copy color: '#172202'

red 23 ◦ green 34 ◦ blue 2

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

Shades of Pine Tree #172202

Tints of Pine Tree #172202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 57.63%

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 38.98%
G = 57.63%
B = 3.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#172202 (or 0x172202) is known color: Pine Tree. HEX triplet: 17, 22 and 02. RGB value is (23,34,2). Sum of RGB (Red+Green+Blue) = 23+34+2=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #172202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172202 is #E8DDFD. Grayscale: #1B1B1B. Windows color (decimal): -15261182 or 139799. OLE color: 139799.

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

Color convert

RGB 23 34 2 -
CMYK 0.32 0 0.94 0.87
HSL 80.63º 0.89% 0.07% -
HSV(B) 80.63º 0.94% 0.13% -
XYZ 0.94 1.33 0.26 -
YUV 27.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 23 34 2 0.32 0 0.94 0.87 80.63 0.89 0.07
Hex 17 22 2 20 0 5E 57 51 59 7
Octal 27 42 2 40 0 136 127 121 131 7
Binary 10111 100010 10 100000 0 1011110 1010111 1010001 1011001 111

Color Harmonies of #172202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172202

Black with #172202

Text Example


Text Example

White with #172202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172202; }

 p { color: rgb(23,34,2); }

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

background-color css

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

 a { background-color: rgb(23,34,2); }

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

border-color css

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

 span { border-color: rgb(23,34,2); }

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