Html Css Color HEX #172302 Pine Tree

📋 copy color: '#172302'

red 23 ◦ green 35 ◦ blue 2

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

Shades of Pine Tree #172302

Tints of Pine Tree #172302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

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

R = 38.33%
G = 58.33%
B = 3.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#172302 (or 0x172302) is known color: Pine Tree. HEX triplet: 17, 23 and 02. RGB value is (23,35,2). Sum of RGB (Red+Green+Blue) = 23+35+2=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #172302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172302 is #E8DCFD. Grayscale: #1B1B1B. Windows color (decimal): -15260926 or 140055. OLE color: 140055.

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

Color convert

RGB 23 35 2 -
CMYK 0.34 0 0.94 0.86
HSL 81.82º 0.89% 0.07% -
HSV(B) 81.82º 0.94% 0.14% -
XYZ 0.97 1.39 0.27 -
YUV 27.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 23 35 2 0.34 0 0.94 0.86 81.82 0.89 0.07
Hex 17 23 2 22 0 5E 56 52 59 7
Octal 27 43 2 42 0 136 126 122 131 7
Binary 10111 100011 10 100010 0 1011110 1010110 1010010 1011001 111

Color Harmonies of #172302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172302

Black with #172302

Text Example


Text Example

White with #172302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172302; }

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

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

background-color css

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

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

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

border-color css

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

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

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