Html Css Color HEX #172010 Pine Tree

📋 copy color: '#172010'

red 23 ◦ green 32 ◦ blue 16

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

Shades of Pine Tree #172010

Tints of Pine Tree #172010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.07%

 BLUE value IS 16 (6.64% from 255) = 22.54%

R = 32.39%
G = 45.07%
B = 22.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#172010 (or 0x172010) is known color: Pine Tree. HEX triplet: 17, 20 and 10. RGB value is (23,32,16). Sum of RGB (Red+Green+Blue) = 23+32+16=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #172010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172010 is #E8DFEF. Grayscale: #1B1B1B. Windows color (decimal): -15261680 or 1056791. OLE color: 1056791.

HSL color Cylindrical-coordinate representation of color #172010: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #172010 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 32 16 -
CMYK 0.28 0 0.5 0.87
HSL 93.75º 0.33% 0.09% -
HSV(B) 93.75º 0.5% 0.13% -
XYZ 0.96 1.25 0.68 -
YUV 27.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 23 32 16 0.28 0 0.5 0.87 93.75 0.33 0.09
Hex 17 20 10 1C 0 32 57 5E 21 9
Octal 27 40 20 34 0 62 127 136 41 11
Binary 10111 100000 10000 11100 0 110010 1010111 1011110 100001 1001

Color Harmonies of #172010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172010

Black with #172010

Text Example


Text Example

White with #172010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172010; }

 p { color: rgb(23,32,16); }

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

background-color css

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

 a { background-color: rgb(23,32,16); }

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

border-color css

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

 span { border-color: rgb(23,32,16); }

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