#172A1E

Color #172A1E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #172A1E

Tints of Deep Fir #172A1E

Color information

#172A1E (or 0x172A1E) is unknown color: approx Deep Fir. HEX triplet: 17, 2A and 1E. RGB value is (23,42,30). Sum of RGB (Red+Green+Blue) = 23+42+30=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #172A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A1E is #E8D5E1. Grayscale: #222222. Windows color (decimal): -15259106 or 1976855. OLE color: 1976855.

HSL color Cylindrical-coordinate representation of color #172A1E: hue angle of 142.11º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #172A1E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB234230-
CMYK0.4500.290.84
HSL142.11º29.23%12.75%-
HSV(B)142.11º45.24%16.47%-
XYZ1.421.931.53-
YUV34.95125.21119.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.21%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=24.21%
G=44.21%
B=31.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2342300.4500.290.84142.1129.2312.75
Hex172A1E2D01D548e1dd
Octal275236550351242163515
Binary1011110101011110101101011101101010010001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172A1E; }

 p { color: rgb(23,42,30); }

 H1.HeaderClassName
 {
   color: #172A1E;
 }
 .AnyTagClassName
 {
   color: #172A1E;
 }
</style>
background-color css

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

 a { background-color: rgb(23,42,30); }

 div.DivClassName
 {
   background-color: #172A1E;
 }
 .BgClassName
 {
   background-color: #172A1E;
 }
</style>
border-color css

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

 span { border-color: rgb(23,42,30); }

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