Html Css Color HEX #172012 Pine Tree

📋 copy color: '#172012'

red 23 ◦ green 32 ◦ blue 18

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

Shades of Pine Tree #172012

Tints of Pine Tree #172012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 31.51%
G = 43.84%
B = 24.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#172012 (or 0x172012) is known color: Pine Tree. HEX triplet: 17, 20 and 12. RGB value is (23,32,18). Sum of RGB (Red+Green+Blue) = 23+32+18=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #172012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172012 is #E8DFED. Grayscale: #1B1B1B. Windows color (decimal): -15261678 or 1187863. OLE color: 1187863.

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

Color convert

RGB 23 32 18 -
CMYK 0.28 0 0.44 0.87
HSL 98.57º 0.28% 0.1% -
HSV(B) 98.57º 0.44% 0.13% -
XYZ 0.98 1.26 0.76 -
YUV 27.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 23 32 18 0.28 0 0.44 0.87 98.57 0.28 0.1
Hex 17 20 12 1C 0 2C 57 63 1C A
Octal 27 40 22 34 0 54 127 143 34 12
Binary 10111 100000 10010 11100 0 101100 1010111 1100011 11100 1010

Color Harmonies of #172012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172012

Black with #172012

Text Example


Text Example

White with #172012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172012; }

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

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

background-color css

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

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

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

border-color css

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

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

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